Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h2470 bool hasSignedIntegerRepresentation() const;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h185 if (Ty->hasSignedIntegerRepresentation())
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2815 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
2987 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
3043 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
6147 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
6158 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
6203 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
6451 E->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()
6456 D->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()
6460 X->getType()->hasSignedIntegerRepresentation(), in emitOMPAtomicCompareExpr()
6467 V->getType()->hasSignedIntegerRepresentation(), in emitOMPAtomicCompareExpr()
[all …]
H A DCGExprScalar.cpp105 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
3419 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
4151 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()
4397 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
H A DCGExpr.cpp4388 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
4423 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
4429 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
4460 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
H A DCGExprAgg.cpp1019 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
H A DCGOpenMPRuntimeGPU.cpp1421 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp551 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
H A DASTContext.cpp3983 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
4002 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
11161 (T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingSignedType()
H A DType.cpp2123 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1313 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1314 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
9926 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
9931 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
10896 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
10897 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
10942 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()
10945 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
H A DSemaOpenMP.cpp8172 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()
8694 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()
8695 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()
8982 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()
8983 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()
9001 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()
9919 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
19846 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
H A DSemaChecking.cpp14946 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
14947 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
14951 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()