Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp612 unsigned ARBitWidth) { in TEST_F() argument
650 EXPECT_EQ(CanonicalIVBitWidth, ARBitWidth); in TEST_F()
670 unsigned ARBitWidth = 16; in TEST_F() local
671 Type *ARType = IntegerType::get(C, ARBitWidth); in TEST_F()
680 TestMatchingCanonicalIV(GetAR2, ARBitWidth); in TEST_F()
825 unsigned ARBitWidth) { in TEST_F() argument
875 unsigned ARBitWidth = 16; in TEST_F() local
876 Type *ARType = IntegerType::get(C, ARBitWidth); in TEST_F()
886 TestMatchingCanonicalIV(GetAR3, ARBitWidth); in TEST_F()
897 TestMatchingCanonicalIV(GetAR4, ARBitWidth); in TEST_F()
[all …]