Searched refs:ValueOperand (Results 1 – 1 of 1) sorted by relevance
111 Value *PointerOperand, Value *ValueOperand,1696 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1816 if (ValueOperand) { in expandAtomicOpToLibcall()1819 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()1822 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1871 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()