Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPSInt.h319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
HDAPInt.h533 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanPatternMatch.h75 return APInt::isSameValue(CI->getValue(), Val); in match()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDTemplateBase.cpp69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
HDASTStructuralEquivalence.cpp676 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent()
902 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1911 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
HDTypePrinter.cpp2247 return llvm::APSInt::isSameValue(pattern_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
2255 return llvm::APSInt::isSameValue(args_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
HDExpr.cpp4255 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
HDExprConstant.cpp9688 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
13156 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
HDASTContext.cpp11251 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.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-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonConstPropagation.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-head/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.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-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSDPatternMatch.h762 return APInt::isSameValue(IntVal, ConstInt);
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDConstantFold.cpp387 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpBuiltin.cpp753 if (!APSInt::isSameValue(Temp, Result)) in interp__builtin_overflowop()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h951 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10348 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
HDSemaOverload.cpp10633 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()