Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp213 const SCEV *LessOne = in eliminateIVRemainder() local
215 if (IsSigned && !SE->isKnownNonNegative(LessOne)) in eliminateIVRemainder()
220 LessOne, X)) in eliminateIVRemainder()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp294 const SCEV *LessOne = SE->getMinusSCEV(S, SE->getOne(S->getType())); in eliminateIVRemainder() local
295 if (IsSigned && !SE->isKnownNonNegative(LessOne)) in eliminateIVRemainder()
300 LessOne, X)) in eliminateIVRemainder()