Home
last modified time | relevance | path

Searched refs:getInsertedValueOperand (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp351 NoopInput = IVI->getInsertedValueOperand(); in getNoopInput()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h999 Value *getInsertedValueOperand() { in getInsertedValueOperand() function
1002 const Value *getInsertedValueOperand() const { in getInsertedValueOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1165 auto *E = dyn_cast<ExtractElementInst>(IV->getInsertedValueOperand()); in likeBitCastFromVector()
H A DInstCombineVectorOps.cpp927 dyn_cast<Instruction>(CurrIVI->getInsertedValueOperand()); in foldAggregateConstructionIntoAggregateReuse()
1228 I.getAggregateOperand(), I.getInsertedValueOperand(), I.getIndices(), in visitInsertValueInst()
H A DInstructionCombining.cpp4434 return replaceInstUsesWith(EV, IV->getInsertedValueOperand()); in visitExtractValueInst()
4446 return InsertValueInst::Create(NewEV, IV->getInsertedValueOperand(), in visitExtractValueInst()
4458 return ExtractValueInst::Create(IV->getInsertedValueOperand(), in visitExtractValueInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2585 Value *getInsertedValueOperand() {
2588 const Value *getInsertedValueOperand() const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1490 Value *Val = IVI.getInsertedValueOperand(); in visitInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1713 SmallVector<Type *, 1> Types = {I.getInsertedValueOperand()->getType()}; in visitInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2824 Value *InsShadow = DFSF.getShadow(I.getInsertedValueOperand()); in visitInsertValueInst()
H A DMemorySanitizer.cpp6258 Value *InsShadow = getShadow(I.getInsertedValueOperand()); in visitInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5240 return IVI->getInsertedValueOperand(); in simplifyExtractValueInst()
H A DValueTracking.cpp6306 return FindInsertedValue(I->getInsertedValueOperand(), in FindInsertedValue()