Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h2219 bool hasSignedIntegerRepresentation() const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h185 if (Ty->hasSignedIntegerRepresentation())
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
H A DASTContext.cpp3877 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
3895 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
10102 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
H A DType.cpp2040 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2594 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
2768 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
2824 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
3156 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
5135 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()
5487 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
5494 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
5535 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
H A DCGExprScalar.cpp109 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
3156 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
3854 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()
4100 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
H A DCGExpr.cpp3938 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
3972 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3978 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
4008 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
H A DCGExprAgg.cpp991 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
H A DCGOpenMPRuntimeGPU.cpp2276 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1249 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1250 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
8916 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
8921 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
9807 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9808 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9853 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()
9856 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
H A DSemaOpenMP.cpp7391 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()
7920 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()
7921 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()
8196 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()
8197 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()
8215 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()
9067 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
16752 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
H A DSemaChecking.cpp11569 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
11570 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
11574 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()