Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h2219 bool hasSignedIntegerRepresentation() const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h185 if (Ty->hasSignedIntegerRepresentation())
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
H A DASTContext.cpp3892 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
3910 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
10144 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
H A DType.cpp2043 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2621 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
2795 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
2851 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
3183 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
5161 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()
5515 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
5522 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
5563 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
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 DCGExprScalar.cpp109 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
3166 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
3867 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()
4113 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
H A DCGExprAgg.cpp995 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
H A DCGOpenMPRuntimeGPU.cpp1688 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1264 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1265 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
8980 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
8985 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
9871 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9872 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9917 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()
9920 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
H A DSemaOpenMP.cpp7407 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()
7926 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()
7927 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()
8202 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()
8203 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()
8221 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()
9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
17135 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
H A DSemaChecking.cpp11842 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
11843 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
11847 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()