| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 297 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
| H A D | APInt.h | 534 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | LoopConvertUtils.cpp | 452 return llvm::APSInt::isSameValue(*ConditionSize, ArraySize); in arrayMatchesBoundExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
| H A D | ASTStructuralEquivalence.cpp | 548 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent() 756 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent() 1721 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
|
| H A D | Expr.cpp | 4086 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
|
| H A D | ExprConstant.cpp | 9275 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 12386 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
|
| H A D | ASTContext.cpp | 10535 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 2962 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V() 2963 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 652 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 848 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2016 defaultParameter = llvm::APSInt::isSameValue( in CollectTemplateParams()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 10081 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
|
| H A D | SemaChecking.cpp | 13046 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|