Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
|
| H A D | Type.h | 2470 bool hasSignedIntegerRepresentation() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 185 if (Ty->hasSignedIntegerRepresentation())
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2815 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 D | CGExprScalar.cpp | 105 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 D | CGExpr.cpp | 4388 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 D | CGExprAgg.cpp | 1019 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1421 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 551 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
|
| H A D | ASTContext.cpp | 3983 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType() 4002 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType() 11161 (T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingSignedType()
|
| H A D | Type.cpp | 2123 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1313 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 D | SemaOpenMP.cpp | 8172 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 D | SemaChecking.cpp | 14946 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison() 14947 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison() 14951 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
|