Searched defs:ComparisonType (Results 1 – 2 of 2) sorted by relevance
269 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int)); in assumeSymRel() local316 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(From)); in assumeSymWithinInclusiveRange() local
1413 TEST_F(XlaBuilderTest, ComparisonType) { in TEST_F() argument