Searched refs:IsNonConst (Results 1 – 1 of 1) sorted by relevance
461 auto IsNonConst = [](Value *V) { return !isa<ConstantInt>(V); }; in canRewriteGEPAsOffset() local462 if (!GEP->isInBounds() || count_if(GEP->indices(), IsNonConst) > 1) in canRewriteGEPAsOffset()