Searched refs:isSameValue (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | APSInt.h | 319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
| D | APInt.h | 541 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | TemplateBase.cpp | 69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
| D | ASTStructuralEquivalence.cpp | 585 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent() 807 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent() 1768 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
|
| D | TypePrinter.cpp | 2033 return llvm::APSInt::isSameValue(expr->EvaluateKnownConstInt(Ctx), in isSubstitutedTemplateArgument()
|
| D | Expr.cpp | 4174 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
|
| D | ExprConstant.cpp | 9295 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 12474 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
|
| D | ASTContext.cpp | 10666 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| D | EmulateInstructionMIPS64.cpp | 2285 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V() 2286 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonConstPropagation.cpp | 1202 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii() 1206 Result = APInt::isSameValue(A1, A2); in evaluateCMPii() 1210 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| D | EmulateInstructionMIPS.cpp | 2959 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V() 2960 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | ConstantFold.cpp | 652 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | PatternMatch.h | 848 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaOverload.cpp | 10207 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
|
| D | SemaChecking.cpp | 13380 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|