| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 320 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
| H A D | APInt.h | 553 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 65 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
| H A D | ASTStructuralEquivalence.cpp | 722 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent() 976 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent() 2174 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 2412 return llvm::APSInt::isSameValue(pattern_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual() 2420 return llvm::APSInt::isSameValue(args_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
|
| H A D | Expr.cpp | 4282 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
|
| H A D | ASTContext.cpp | 7805 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in isSameTemplateArgument() 11841 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
|
| H A D | ExprConstant.cpp | 10107 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 13804 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 2284 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V() 2285 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanPatternMatch.h | 125 bool isValue(const APInt &C) const { return APInt::isSameValue(Val, C); } in isValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1184 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii() 1188 Result = APInt::isSameValue(A1, A2); in evaluateCMPii() 1192 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 2961 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V() 2962 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 382 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SDPatternMatch.h | 1104 return APInt::isSameValue(IntVal, ConstInt);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 255 llvm::APSInt::isSameValue(X.getAsIntegral(), Y.getAsIntegral()))) in checkDeducedTemplateArguments() 2557 if (llvm::APSInt::isSameValue(P.getAsIntegral(), A.getAsIntegral())) in DeduceTemplateArguments()
|
| H A D | SemaChecking.cpp | 11615 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|
| H A D | SemaOverload.cpp | 11127 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 858 if (!APSInt::isSameValue(Temp, Result)) in interp__builtin_overflowop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 998 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 12662 return C && APInt::isSameValue(C->getAPIntValue(), in isOnesOrOnesSplat()
|