Home
last modified time | relevance | path

Searched refs:ValueOperand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp115 Value *PointerOperand, Value *ValueOperand,
1758 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1887 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1872 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local
1883 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()
1884 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()
1888 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()