Searched refs:TwoFive (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | ListSlices.td | 32 // CHECK: list<int> TwoFive = [2, 3, 4, 5] 36 list<int> TwoFive = Var1[2...5]; 43 // CHECK: list<int> TwoFive = [12, 13, 14, 15] 47 list<int> TwoFive = ids[2...5]; 56 // CHECK: list<int> TwoFive = [22, 23, 24, 25] 60 list<int> TwoFive = Class1<[20, 21, 22, 23, 24, 25, 26]>.TwoFive; 67 // CHECK: list<int> TwoFive = [32, 33, 34, 35] 70 // CHECK: list<int> TwoFive = [32, 33, 34, 35] 75 list<int> TwoFive = ids[2...5]; 113 // CHECK: list<int> TwoFive = [2, 3, ?, 5]; [all …]
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 421 ConstantRange TwoFive(APInt(3, 2), APInt(3, 5)); in TEST_F() local 422 EXPECT_EQ(TwoFive.truncate(2), ConstantRange(APInt(2, 2), APInt(2, 1))); in TEST_F()
|