Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp703 bool NUSW = GEPOp->hasNoUnsignedSignedWrap(); in DecomposeGEPExpression() local
705 bool NonNeg = NUSW && NUW; in DecomposeGEPExpression()
714 LE = LE.mul(APInt(IndexSize, TypeSize), NUW, NUSW); in DecomposeGEPExpression()