Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
H A DAPInt.h531 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
H A DASTStructuralEquivalence.cpp666 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent()
891 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1877 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
H A DTypePrinter.cpp2127 return llvm::APSInt::isSameValue(pattern_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
2135 return llvm::APSInt::isSameValue(args_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
H A DExpr.cpp4173 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
H A DExprConstant.cpp9587 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
12793 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
H A DASTContext.cpp10776 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2284 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-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1201 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii()
1205 Result = APInt::isSameValue(A1, A2); in evaluateCMPii()
1209 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2961 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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp455 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h856 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10628 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
H A DSemaChecking.cpp15121 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()