Home
last modified time | relevance | path

Searched refs:MixedTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp458 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST_P() local
459 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()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp7376 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local
7388 if (MixedTypes) in EmitSpecialRegisterBuiltin()
7401 if (MixedTypes) { in EmitSpecialRegisterBuiltin()