Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h2723 bool hasSignedIntegerRepresentation() const;
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h185 if (Ty->hasSignedIntegerRepresentation())
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2855 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
3029 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
3089 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
3420 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
5750 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()
6200 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
6211 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
6256 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
6504 E->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()
6509 D->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()
[all …]
H A DCGExprScalar.cpp110 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
155 return RHSType->hasSignedIntegerRepresentation(); in rhsHasSignedIntegerRepresentation()
3705 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
4452 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()
4701 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
H A DCGExpr.cpp4434 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()
4469 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()
4475 Length->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()
4506 Length->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()
H A DCGExprAgg.cpp1033 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
H A DCGOpenMPRuntimeGPU.cpp1402 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
H A DCGBuiltin.cpp18328 if (QT->hasSignedIntegerRepresentation()) in getDotProductIntrinsic()
18448 if (E->getArg(0)->getType()->hasSignedIntegerRepresentation()) { in EmitHLSLBuiltinExpr()
/src/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp564 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
H A DASTContext.cpp4394 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
4413 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
11640 (T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingSignedType()
H A DType.cpp2186 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1297 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1298 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
8930 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
8935 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
9898 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9899 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9944 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()
9947 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
H A DSemaOpenMP.cpp7978 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()
8500 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()
8501 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()
8788 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()
8789 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()
8807 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()
9764 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
18648 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
H A DSemaChecking.cpp10173 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
10174 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
10178 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()