Searched refs:SimplifyExtractElementInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 214 Value *SimplifyExtractElementInst(Value *Vec, Value *Idx,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4256 static Value *SimplifyExtractElementInst(Value *Vec, Value *Idx, const SimplifyQuery &, in SimplifyExtractElementInst() function 4288 Value *llvm::SimplifyExtractElementInst(Value *Vec, Value *Idx, in SimplifyExtractElementInst() function in llvm 4290 return ::SimplifyExtractElementInst(Vec, Idx, Q, RecursionLimit); in SimplifyExtractElementInst() 5316 Result = SimplifyExtractElementInst(EEI->getVectorOperand(), in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 260 if (Value *V = SimplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()
|