Home
last modified time | relevance | path

Searched refs:FoldGEPICmp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h282 Instruction *FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
DInstCombineCompares.cpp600 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()