Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
|
| H A D | Type.h | 2295 bool hasSignedIntegerRepresentation() const;
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 185 if (Ty->hasSignedIntegerRepresentation())
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2757 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() 2929 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() 2985 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() 6033 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW() 6044 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW() 6089 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW() 6339 E->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr() 6344 D->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr() 6348 X->getType()->hasSignedIntegerRepresentation(), in emitOMPAtomicCompareExpr() 6355 V->getType()->hasSignedIntegerRepresentation(), in emitOMPAtomicCompareExpr() [all …]
|
| H A D | CGExprScalar.cpp | 105 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow() 3229 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck() 3930 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl() 4176 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
|
| H A D | CGExpr.cpp | 4029 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr() 4063 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr() 4069 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr() 4099 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
|
| H A D | CGExprAgg.cpp | 998 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1717 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | FormatString.cpp | 461 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
|
| H A D | ASTContext.cpp | 3978 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType() 3996 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType() 10781 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
|
| H A D | Type.cpp | 2058 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1290 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion() 1291 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion() 9317 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment() 9322 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment() 10229 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() 10230 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() 10275 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy() 10278 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
|
| H A D | SemaOpenMP.cpp | 7937 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep() 8459 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters() 8460 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters() 8735 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations() 8736 : Type->hasSignedIntegerRepresentation(); in buildNumIterations() 8754 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations() 9621 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop() 19205 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
|
| H A D | SemaChecking.cpp | 12881 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison() 12882 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison() 12886 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
|