Home
last modified time | relevance | path

Searched refs:isSameValue (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPSInt.h297 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
H A DAPInt.h534 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 DLoopConvertUtils.cpp452 return llvm::APSInt::isSameValue(*ConditionSize, ArraySize); in arrayMatchesBoundExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DTemplateBase.cpp69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
H A DASTStructuralEquivalence.cpp548 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 DExpr.cpp4086 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
H A DExprConstant.cpp9275 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
12386 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
H A DASTContext.cpp10535 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2285 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 DHexagonConstPropagation.cpp1202 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 DEmulateInstructionMIPS.cpp2962 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 DConstantFold.cpp652 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h848 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2016 defaultParameter = llvm::APSInt::isSameValue( in CollectTemplateParams()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp10081 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
H A DSemaChecking.cpp13046 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()