Searched refs:transformToIndexedCompare (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 630 static Instruction *transformToIndexedCompare(GEPOperator *GEPLHS, Value *RHS, in transformToIndexedCompare() function 782 return transformToIndexedCompare(GEPLHS, RHS, Cond, DL, *this); in foldGEPICmp() 831 return transformToIndexedCompare(GEPLHS, RHS, Cond, DL, *this); in foldGEPICmp()
|