Home
last modified time | relevance | path

Searched refs:ValueOperand (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp84 Value *PointerOperand, Value *ValueOperand,
1454 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1560 if (ValueOperand) { in expandAtomicOpToLibcall()
1563 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1566 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1614 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()