Searched refs:ValueOperand (Results 1 – 2 of 2) sorted by relevance
115 Value *PointerOperand, Value *ValueOperand,1749 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument1869 if (ValueOperand) { in expandAtomicOpToLibcall()1872 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()1875 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1878 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1919 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
1865 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local1876 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()1877 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()1881 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()