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