Searched refs:simplifyExtractValueInst (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 92 return simplifyExtractValueInst(Agg, IdxList, SQ); in FoldExtractValue()
|
| H A D | InstructionSimplify.h | 186 LLVM_ABI Value *simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5225 static Value *simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst() function 5248 Value *llvm::simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst() function in llvm 5250 return ::simplifyExtractValueInst(Agg, Idxs, Q, RecursionLimit); in simplifyExtractValueInst() 7201 return simplifyExtractValueInst(NewOps[0], EVI->getIndices(), Q, in simplifyInstructionWithOperands()
|
| H A D | LazyValueInfo.cpp | 1087 if (Value *V = simplifyExtractValueInst( in solveBlockValueExtractValue()
|
| H A D | InlineCost.cpp | 2376 Value *SimpleV = simplifyExtractValueInst(SimpleOp, I.getIndices(), SQ); in visitExtractValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4397 if (Value *V = simplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst()
|