Home
last modified time | relevance | path

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

/src/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.h533 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h75 return APInt::isSameValue(CI->getValue(), Val); in match()
/src/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp69 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
H A DASTStructuralEquivalence.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()
H A DTypePrinter.cpp2247 return llvm::APSInt::isSameValue(pattern_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
2255 return llvm::APSInt::isSameValue(args_expr->EvaluateKnownConstInt(Ctx), in templateArgumentExpressionsEqual()
H A DExpr.cpp4255 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
H A DExprConstant.cpp9688 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
13156 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
H A DASTContext.cpp11251 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/src/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()
/src/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()
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h762 return APInt::isSameValue(IntVal, ConstInt);
/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp387 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp753 if (!APSInt::isSameValue(Temp, Result)) in interp__builtin_overflowop()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h951 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10348 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
H A DSemaOverload.cpp10633 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()