/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
D | APInt.h | 675 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 290 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
D | APInt.h | 558 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APSInt.h | 301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
|
D | APInt.h | 678 static bool isSameValue(const APInt &I1, const APInt &I2) {
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 49 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
D | ASTImporter.cpp | 410 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/ |
D | TemplateBase.cpp | 64 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
|
D | ASTStructuralEquivalence.cpp | 528 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()
|
D | Expr.cpp | 3909 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
|
D | ExprConstant.cpp | 9110 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 12100 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
|
D | ASTContext.cpp | 9742 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertUtils.cpp | 446 return llvm::APSInt::isSameValue(*ConditionSize, ArraySize); in arrayMatchesBoundExpr()
|
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
D | EmulateInstructionMIPS64.cpp | 2279 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/ |
D | APInt.h | 562 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1203 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/ |
D | HexagonConstPropagation.cpp | 1208 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/ |
D | EmulateInstructionMIPS.cpp | 2966 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/ |
D | LLVMContextImpl.h | 394 return APInt::isSameValue(Value, RHS->getValue()) &&
|
D | ConstantFold.cpp | 878 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 683 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PatternMatch.h | 799 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1881 defaultParameter = llvm::APSInt::isSameValue( in CollectTemplateParams()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7784 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()
|