Searched refs:isGEPWithNoNotionalOverIndexing (Results 1 – 6 of 6) sorted by relevance
988 bool isGEPWithNoNotionalOverIndexing() const;
1528 if (!CE1->isGEPWithNoNotionalOverIndexing() || in evaluateICmpRelation()1529 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
1044 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { in isGEPWithNoNotionalOverIndexing() function in ConstantExpr
694 if (CE && CE->isGEPWithNoNotionalOverIndexing()) { in instrumentMop()
2181 if (!CE->isGEPWithNoNotionalOverIndexing()) in isSimpleEnoughPointerToCommit()
3310 return CE->isGEPWithNoNotionalOverIndexing(); in ValidLookupTableConstant()