Searched refs:SimplifyExtractElementInst (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 251 Value *SimplifyExtractElementInst(Value *Vec, Value *Idx,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4473 static Value *SimplifyExtractElementInst(Value *Vec, Value *Idx, in SimplifyExtractElementInst() function 4507 Value *llvm::SimplifyExtractElementInst(Value *Vec, Value *Idx, in SimplifyExtractElementInst() function in llvm 4509 return ::SimplifyExtractElementInst(Vec, Idx, Q, RecursionLimit); in SimplifyExtractElementInst() 5941 Result = SimplifyExtractElementInst(EEI->getVectorOperand(), in SimplifyInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 339 if (Value *V = SimplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()
|