Searched refs:MixedTypes (Results 1 – 2 of 2) sorted by relevance
458 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST_P() local459 EXPECT_TRUE(matches("int F() { return 1 + 2; }", MixedTypes)); in TEST_P()460 EXPECT_TRUE(matches("int F() { if (true) return 1; }", MixedTypes)); in TEST_P()461 EXPECT_TRUE(notMatches("int F() { return 1; }", MixedTypes)); in TEST_P()
7376 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local7388 if (MixedTypes) in EmitSpecialRegisterBuiltin()7401 if (MixedTypes) { in EmitSpecialRegisterBuiltin()