Searched refs:foldGEPICmp (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 807 Instruction *foldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
|
D | InstCombineCompares.cpp | 868 Instruction *InstCombiner::foldGEPICmp(GEPOperator *GEPLHS, Value *RHS, in foldGEPICmp() function in InstCombiner 952 return foldGEPICmp(GEPRHS, GEPLHS->getOperand(0), in foldGEPICmp() 957 return foldGEPICmp(GEPLHS, GEPRHS->getOperand(0), Cond, I); in foldGEPICmp() 4709 if (Instruction *NI = foldGEPICmp(GEP, Op1, I.getPredicate(), I)) in visitICmpInst() 4712 if (Instruction *NI = foldGEPICmp(GEP, Op0, in visitICmpInst()
|