Searched refs:ValueOperand (Results 1 – 1 of 1) sorted by relevance
109 Value *PointerOperand, Value *ValueOperand,1584 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1690 if (ValueOperand) { in expandAtomicOpToLibcall()1693 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()1696 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1701 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1744 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()