Home
last modified time | relevance | path

Searched refs:SimplifyExtractElementInst (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h251 Value *SimplifyExtractElementInst(Value *Vec, Value *Idx,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4473 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 DInstCombineVectorOps.cpp339 if (Value *V = SimplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()