| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
| H A D | APInt.h | 533 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanPatternMatch.h | 75 return APInt::isSameValue(CI->getValue(), Val); in match()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
| H A D | ASTStructuralEquivalence.cpp | 676 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent() 902 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent() 1911 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 2247 return llvm::APSInt::isSameValue(pattern_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual() 2255 return llvm::APSInt::isSameValue(args_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
|
| H A D | Expr.cpp | 4255 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
|
| H A D | ExprConstant.cpp | 9688 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 13156 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
|
| H A D | ASTContext.cpp | 11251 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1201 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii() 1205 Result = APInt::isSameValue(A1, A2); in evaluateCMPii() 1209 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SDPatternMatch.h | 762 return APInt::isSameValue(IntVal, ConstInt);
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 387 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBuiltin.cpp | 753 if (!APSInt::isSameValue(Temp, Result)) in interp__builtin_overflowop()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 951 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10348 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|
| H A D | SemaOverload.cpp | 10633 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
|