Searched refs:FoldGEPICmp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 282 Instruction *FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
|
D | InstCombineCompares.cpp | 600 Instruction *InstCombiner::FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS, in FoldGEPICmp() function in InstCombiner 683 return FoldGEPICmp(GEPRHS, GEPLHS->getOperand(0), in FoldGEPICmp() 688 return FoldGEPICmp(GEPLHS, GEPRHS->getOperand(0), Cond, I); in FoldGEPICmp() 3281 if (Instruction *NI = FoldGEPICmp(GEP, Op1, I.getPredicate(), I)) in visitICmpInst() 3284 if (Instruction *NI = FoldGEPICmp(GEP, Op0, in visitICmpInst()
|