Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3042 if (GEPOperator *GRHS = dyn_cast<GEPOperator>(RHS)) { in SimplifyICmpInst() local
3043 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && in SimplifyICmpInst()
3044 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
3046 (GLHS->isInBounds() && GRHS->isInBounds() && in SimplifyICmpInst()
3056 SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end()); in SimplifyICmpInst()