Searched refs:ValueOperand (Results 1 – 2 of 2) sorted by relevance
109 Value *PointerOperand, Value *ValueOperand,1833 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1953 if (ValueOperand) { in expandAtomicOpToLibcall()1956 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()1959 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1962 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()2003 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
1868 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local1879 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()1880 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()1884 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()