Home
last modified time | relevance | path

Searched refs:SimplifyExtractValueInst (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h263 Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4515 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() function
4538 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() function in llvm
4540 return ::SimplifyExtractValueInst(Agg, Idxs, Q, RecursionLimit); in SimplifyExtractValueInst()
6190 Result = SimplifyExtractValueInst(NewOps[0], EVI->getIndices(), Q); in simplifyInstructionWithOperands()
H A DLazyValueInfo.cpp1017 if (Value *V = SimplifyExtractValueInst( in solveBlockValueExtractValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3062 if (Value *V = SimplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst()