Home
last modified time | relevance | path

Searched refs:isSameValue (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPSInt.h290 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h558 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPSInt.h284 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h658 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/external/clang/lib/AST/
DTemplateBase.cpp49 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
DASTImporter.cpp410 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral()); in IsStructurallyEquivalent()
564 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1251 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h562 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1191 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii()
1195 Result = APInt::isSameValue(A1, A2); in evaluateCMPii()
1199 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
/external/clang/lib/Sema/
DSemaChecking.cpp7784 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
DSemaOverload.cpp8732 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()