Lines Matching refs:PreferSmallest
75 bool PreferSmallest(const ConstantRange &CR1, const ConstantRange &CR2) { in PreferSmallest() function
83 return PreferSmallest(CR1, CR2); in PreferSmallestUnsigned()
89 return PreferSmallest(CR1, CR2); in PreferSmallestSigned()
181 PreferFn PreferenceFn = PreferSmallest) { in TestUnaryOpExhaustive()
228 PreferFn PreferenceFn = PreferSmallest, in TestBinaryOpExhaustive()
549 TestRange(SmallestCR, Elems, PreferSmallest, {CR1, CR2}); in testBinarySetOperationExhaustive()
783 PreferSmallest, in TEST_F()
837 PreferSmallest, in TEST_F()
879 PreferSmallest, in TEST_F()
926 PreferSmallest, in TEST_F()
939 PreferSmallest, in TEST_F()
954 PreferSmallest, in TEST_F()
1011 PreferSmallest, in TEST_F()
1254 PreferSmallest, in TEST_F()
1330 PreferSmallest, in TEST_F()
2457 [](const APInt &N1, const APInt &N2) { return N1 & N2; }, PreferSmallest, in TEST_F()
2495 [](const APInt &N1, const APInt &N2) { return N1 | N2; }, PreferSmallest, in TEST_F()
2520 PreferSmallest, in TEST_F()
2528 PreferSmallest); in TEST_F()
2533 [](const APInt &N) { return ~N; }, PreferSmallest); in TEST_F()
2538 [](const APInt &N) { return ~N; }, PreferSmallest); in TEST_F()