Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h214 Value *SimplifyExtractElementInst(Value *Vec, Value *Idx,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4256 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 DInstCombineVectorOps.cpp260 if (Value *V = SimplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()