Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2970 if (GEPOperator *GRHS = dyn_cast<GEPOperator>(RHS)) { in SimplifyICmpInst() local
2971 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && in SimplifyICmpInst()
2972 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
2974 (GLHS->isInBounds() && GRHS->isInBounds() && in SimplifyICmpInst()
2984 SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end()); in SimplifyICmpInst()