Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp92 [](const CodeGenIntrinsic &Int1, const CodeGenIntrinsic &Int2) { in CheckDuplicateIntrinsics() argument
93 return Int1.Name == Int2.Name; in CheckDuplicateIntrinsics()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1490 const auto *Int2 = cast<BitIntType>(T2); in IsStructurallyEquivalent() local
1492 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1493 Int1->getNumBits() != Int2->getNumBits()) in IsStructurallyEquivalent()
1499 const auto *Int2 = cast<DependentBitIntType>(T2); in IsStructurallyEquivalent() local
1501 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1503 Int2->getNumBitsExpr())) in IsStructurallyEquivalent()