Searched refs:isSameValue (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 290 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
D | APInt.h | 558 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 284 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
D | APInt.h | 658 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 49 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
D | ASTImporter.cpp | 410 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/ |
D | APInt.h | 562 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1191 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/ |
D | SemaChecking.cpp | 7784 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|
D | SemaOverload.cpp | 8732 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
|