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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp878 const SCEV *FixedRightSCEV = nullptr; local
884 FixedRightSCEV = RightSCEV;
948 FixedRightSCEV =
1014 FixedRightSCEV =
1032 if (FixedRightSCEV)
1034 Expander.expandCodeFor(FixedRightSCEV, FixedRightSCEV->getType(), Ins);

Completed in 104 milliseconds