Searched refs:isKnownNegativeInLoop (Results 1 – 3 of 3) sorted by relevance
328 bool isKnownNegativeInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE);
935 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop() function in llvm
1651 else if (isKnownNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()