Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
H A DAPInt.h678 static bool isSameValue(const APInt &I1, const APInt &I2) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp67 if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) { in printIntegral()
H A DASTStructuralEquivalence.cpp546 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), in IsStructurallyEquivalent()
754 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
1634 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
H A DExpr.cpp3989 if (!llvm::APInt::isSameValue(Integer1->getValue(), in isSameComparisonOperand()
H A DExprConstant.cpp9121 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr()
12123 if (!APSInt::isSameValue(Temp, Result)) in VisitBuiltinCallExpr()
H A DASTContext.cpp9856 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h394 return APInt::isSameValue(Value, RHS->getValue()) &&
H A DConstantFold.cpp900 if (APSInt::isSameValue(APSInt(IEIdx->getValue()), in ConstantFoldExtractElementInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h879 return CI && APInt::isSameValue(CI->getValue(), Val); in match()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1941 defaultParameter = llvm::APSInt::isSameValue( in CollectTemplateParams()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp9916 return llvm::APSInt::isSameValue(EA->getInitVal(), EB->getInitVal()); in isEquivalentInternalLinkageDeclaration()
H A DSemaChecking.cpp11734 if (llvm::APSInt::isSameValue(Value, TruncatedValue)) in AnalyzeBitFieldAssignment()