Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h267 Value *SimplifyExtractElementInst(Value *Vec, Value *Idx,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4545 static Value *SimplifyExtractElementInst(Value *Vec, Value *Idx, in SimplifyExtractElementInst() function
4582 Value *llvm::SimplifyExtractElementInst(Value *Vec, Value *Idx, in SimplifyExtractElementInst() function in llvm
4584 return ::SimplifyExtractElementInst(Vec, Idx, Q, RecursionLimit); in SimplifyExtractElementInst()
6194 Result = SimplifyExtractElementInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp339 if (Value *V = SimplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()