Searched refs:SimplifyExtractValueInst (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 247 Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4443 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() function 4466 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() function in llvm 4468 return ::SimplifyExtractValueInst(Agg, Idxs, Q, RecursionLimit); in SimplifyExtractValueInst() 5935 Result = SimplifyExtractValueInst(EVI->getAggregateOperand(), in SimplifyInstruction()
|
H A D | LazyValueInfo.cpp | 1017 if (Value *V = SimplifyExtractValueInst( in solveBlockValueExtractValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2996 if (Value *V = SimplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst()
|