Searched refs:ValueOperand (Results 1 – 2 of 2) sorted by relevance
118 Value *PointerOperand, Value *ValueOperand,1901 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument2021 if (ValueOperand) { in expandAtomicOpToLibcall()2024 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()2027 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()2030 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()2071 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
1850 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local1861 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()1862 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()1866 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()