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/
DInstSimplifyFolder.h99 return simplifyExtractElementInst(Vec, Idx, SQ); in FoldExtractElement()
DInstructionSimplify.h270 Value *simplifyExtractElementInst(Value *Vec, Value *Idx,
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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/
DInstCombineVectorOps.cpp398 if (Value *V = simplifyExtractElementInst(SrcVec, Index, in visitExtractElementInst()