IntrinsicGen.cas

Undocumented in source. Be warned that the author may not have intended to support it.
  1. LLVMValueRef cas(bool weak, LLVMValueRef[] args)
  2. LLVMValueRef cas(bool weak, LLVMValueRef ptr, LLVMValueRef old, LLVMValueRef val, LLVMAtomicOrdering ordering)
    struct IntrinsicGen
    LLVMValueRef
    cas
    (
    bool weak
    ,
    LLVMValueRef ptr
    ,
    LLVMValueRef old
    ,
    LLVMValueRef val
    ,)

Meta