Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h320 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
H A DAPInt.h553 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp65 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
H A DASTStructuralEquivalence.cpp722 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 DTypePrinter.cpp2412 return llvm::APSInt::isSameValue(pattern_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
2420 return llvm::APSInt::isSameValue(args_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
H A DExpr.cpp4282 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
H A DASTContext.cpp7805 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in isSameTemplateArgument()
11841 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
H A DExprConstant.cpp10107 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 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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h125 bool isValue(const APInt &C) const { return APInt::isSameValue(Val, C); } in isValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1184 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 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/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp382 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h1104 return APInt::isSameValue(IntVal, ConstInt);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp255 llvm::APSInt::isSameValue(X.getAsIntegral(), Y.getAsIntegral()))) in checkDeducedTemplateArguments()
2557 if (llvm::APSInt::isSameValue(P.getAsIntegral(), A.getAsIntegral())) in DeduceTemplateArguments()
H A DSemaChecking.cpp11615 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
H A DSemaOverload.cpp11127 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp858 if (!APSInt::isSameValue(Temp, Result)) in interp__builtin_overflowop()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h998 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12662 return C && APInt::isSameValue(C->getAPIntValue(), in isOnesOrOnesSplat()