Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp461 auto IsNonConst = [](Value *V) { return !isa<ConstantInt>(V); }; in canRewriteGEPAsOffset() local
462 if (!GEP->isInBounds() || count_if(GEP->indices(), IsNonConst) > 1) in canRewriteGEPAsOffset()