Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h675 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/external/llvm/include/llvm/ADT/
DAPSInt.h290 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h558 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h678 static bool isSameValue(const APInt &I1, const APInt &I2) {
/external/clang/lib/AST/
DTemplateBase.cpp49 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
DASTImporter.cpp410 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral()); in IsStructurallyEquivalent()
564 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1251 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
/external/llvm-project/clang/lib/AST/
DTemplateBase.cpp64 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
DASTStructuralEquivalence.cpp528 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent()
736 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1616 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
DExpr.cpp3909 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
DExprConstant.cpp9110 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
12100 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
DASTContext.cpp9742 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp446 return llvm::APSInt::isSameValue(*ConditionSize, ArraySize); in arrayMatchesBoundExpr()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp2279 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2280 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h562 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1203 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii()
1207 Result = APInt::isSameValue(A1, A2); in evaluateCMPii()
1211 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1208 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii()
1212 Result = APInt::isSameValue(A1, A2); in evaluateCMPii()
1216 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp2966 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2967 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h394 return APInt::isSameValue(Value, RHS->getValue()) &&
DConstantFold.cpp878 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h683 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/external/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h799 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1881 defaultParameter = llvm::APSInt::isSameValue( in CollectTemplateParams()
/external/clang/lib/Sema/
DSemaChecking.cpp7784 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()

12