Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPSInt.h319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h541 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DTemplateBase.cpp69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
DASTStructuralEquivalence.cpp585 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent()
807 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1768 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
DTypePrinter.cpp2033 return llvm::APSInt::isSameValue(expr->EvaluateKnownConstInt(Ctx), in isSubstitutedTemplateArgument()
DExpr.cpp4174 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
DExprConstant.cpp9295 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
12474 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
DASTContext.cpp10666 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
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()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp2959 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2960 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantFold.cpp652 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DPatternMatch.h848 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOverload.cpp10207 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
DSemaChecking.cpp13380 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()