Searched refs:SimplifyExtractElementInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 259 Value *SimplifyExtractElementInst(Value *Vec, Value *Idx,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3679 static Value *SimplifyExtractElementInst(Value *Vec, Value *Idx, const Query &, in SimplifyExtractElementInst() function 3702 Value *llvm::SimplifyExtractElementInst( in SimplifyExtractElementInst() function in llvm 3705 return ::SimplifyExtractElementInst(Vec, Idx, Query(DL, TLI, DT, AC, CxtI), in SimplifyExtractElementInst() 4210 Result = SimplifyExtractElementInst( in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 147 if (Value *V = SimplifyExtractElementInst( in visitExtractElementInst()
|