Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3097 if (GEPOperator *GRHS = dyn_cast<GEPOperator>(RHS)) { in SimplifyICmpInst() local
3098 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && in SimplifyICmpInst()
3099 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
3101 (GLHS->isInBounds() && GRHS->isInBounds() && in SimplifyICmpInst()
3111 SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end()); in SimplifyICmpInst()