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