Searched refs:isSameValue (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
| H A D | APInt.h | 678 static bool isSameValue(const APInt &I1, const APInt &I2) {
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 67 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
| H A D | ASTStructuralEquivalence.cpp | 546 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent() 754 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent() 1634 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
|
| H A D | Expr.cpp | 3989 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
|
| H A D | ExprConstant.cpp | 9121 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 12123 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
|
| H A D | ASTContext.cpp | 9856 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1208 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii() 1212 Result = APInt::isSameValue(A1, A2); in evaluateCMPii() 1216 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 394 return APInt::isSameValue(Value, RHS->getValue()) &&
|
| H A D | ConstantFold.cpp | 900 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 879 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1941 defaultParameter = llvm::APSInt::isSameValue( in CollectTemplateParams()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 9916 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
|
| H A D | SemaChecking.cpp | 11734 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|