Searched refs:ValueOperand (Results 1 – 2 of 2) sorted by relevance
115 Value *PointerOperand, Value *ValueOperand,1758 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1887 if (ValueOperand) { in expandAtomicOpToLibcall()1890 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()1893 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1898 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1942 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
1872 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local1883 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()1884 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()1888 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()