Searched refs:NoopOrExtend (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1061 static const SCEV *NoopOrExtend(const SCEV *S, Type *Ty, ScalarEvolution &SE, function
1083 const SCEV *Start = NoopOrExtend(SE.getSCEV(MainLoopStructure.IndVarStart),
1085 const SCEV *End = NoopOrExtend(SE.getSCEV(MainLoopStructure.LoopExitAt), RTy,
1618 const SCEV *A = NoopOrExtend(IndVar->getStart(), RCType, SE, IsLatchSigned);
1620 NoopOrExtend(IndVar->getStepRecurrence(SE), RCType, SE, IsLatchSigned));

Completed in 123 milliseconds