Home
last modified time | relevance | path

Searched refs:simplifyExtractElementInst (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h99 return simplifyExtractElementInst(Vec, Idx, SQ); in FoldExtractElement()
H A DInstructionSimplify.h270 Value *simplifyExtractElementInst(Value *Vec, Value *Idx,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4970 static Value *simplifyExtractElementInst(Value *Vec, Value *Idx, in simplifyExtractElementInst() function
5015 Value *llvm::simplifyExtractElementInst(Value *Vec, Value *Idx, in simplifyExtractElementInst() function in llvm
5017 return ::simplifyExtractElementInst(Vec, Idx, Q, RecursionLimit); in simplifyExtractElementInst()
6674 return simplifyExtractElementInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp398 if (Value *V = simplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()