Searched refs:ValueOperand (Results 1 – 1 of 1) sorted by relevance
110 Value *PointerOperand, Value *ValueOperand,1655 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1775 if (ValueOperand) { in expandAtomicOpToLibcall()1778 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()1781 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1786 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1830 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()