Searched refs:transformToIndexedCompare (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 890 static Instruction *transformToIndexedCompare(GEPOperator *GEPLHS, Value *RHS, in transformToIndexedCompare() function 1001 return transformToIndexedCompare(GEPLHS, RHS, Cond, DL); in FoldGEPICmp() 1056 return transformToIndexedCompare(GEPLHS, RHS, Cond, DL); in FoldGEPICmp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 832 static Instruction *transformToIndexedCompare(GEPOperator *GEPLHS, Value *RHS, in transformToIndexedCompare() function 947 return transformToIndexedCompare(GEPLHS, RHS, Cond, DL); in foldGEPICmp() 1002 return transformToIndexedCompare(GEPLHS, RHS, Cond, DL); in foldGEPICmp()
|