reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Analysis/ScalarEvolutionTest.cpp
 1895   Type *ARType = IntegerType::get(C, ARBitWidth);
 1899     SmallVector<const SCEV *, 3> Ops = {SE.getConstant(APInt(ARBitWidth, 5)),
 1905   TestMatchingCanonicalIV(GetAR3, ARBitWidth);
 1909     SmallVector<const SCEV *, 4> Ops = {SE.getConstant(APInt(ARBitWidth, 5)),
 1916   TestMatchingCanonicalIV(GetAR4, ARBitWidth);
 1920     SmallVector<const SCEV *, 5> Ops = {SE.getConstant(APInt(ARBitWidth, 5)),
 1927   TestMatchingCanonicalIV(GetAR5, ARBitWidth);