Method AtomicAnd
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
AtomicAnd(Value, Value)
Creates an atomic AND instruction
public AtomicRMW AtomicAnd(Value ptr, Value val)
Parameters
ptrValuePointer to the value to update (e.g. destination and the left hand operand)
valValueRight hand side operand