Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Analysis/
HDInstructionSimplify.cpp2554 if (GetElementPtrInst *GLHS = dyn_cast<GetElementPtrInst>(LHS)) { in SimplifyICmpInst() local
2556 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && in SimplifyICmpInst()
2557 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
2559 (GLHS->isInBounds() && GRHS->isInBounds() && in SimplifyICmpInst()
2564 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
2565 SmallVector<Value *, 4> IndicesLHS(GLHS->idx_begin(), GLHS->idx_end()); in SimplifyICmpInst()