Searched refs:MixedTypes (Results 1 – 2 of 2) sorted by relevance
316 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST() local317 EXPECT_TRUE(matches("int F() { return 1 + 2; }", MixedTypes)); in TEST()318 EXPECT_TRUE(matches("int F() { if (true) return 1; }", MixedTypes)); in TEST()319 EXPECT_TRUE(notMatches("int F() { return 1; }", MixedTypes)); in TEST()
3882 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local3890 if (MixedTypes) in EmitSpecialRegisterBuiltin()3903 if (MixedTypes) { in EmitSpecialRegisterBuiltin()