Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
1858 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
2028 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
2686 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()
2926 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
2933 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
2973 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
DCGExpr.cpp3054 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
3086 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3092 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3120 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
DCGExprScalar.cpp2239 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2709 Ops.Ty->hasSignedIntegerRepresentation(); in EmitShl()
2910 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
DCGCall.cpp1808 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
/external/clang/include/clang/AST/
DCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
DType.h1820 bool hasSignedIntegerRepresentation() const;
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
DType.h2211 bool hasSignedIntegerRepresentation() const;
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h175 if (Ty->hasSignedIntegerRepresentation())
/external/clang/lib/Analysis/
DFormatString.cpp407 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
/external/llvm-project/clang/lib/AST/
DFormatString.cpp456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
DType.cpp2040 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
DASTContext.cpp3821 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
9988 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2419 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
2591 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
2647 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
2979 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
4713 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()
5065 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
5072 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
5113 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
DCGExprScalar.cpp109 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
3079 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
3757 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()
4003 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
DCGExpr.cpp3928 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
3962 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3968 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3998 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
DCGExprAgg.cpp990 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
DCGOpenMPRuntimeGPU.cpp2449 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
/external/clang/lib/Sema/
DSemaOpenMP.cpp4079 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()
4454 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations()
4455 : Type->hasSignedIntegerRepresentation(); in BuildNumIterations()
4473 NewSize, Type->hasSignedIntegerRepresentation() || in BuildNumIterations()
5066 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()
9376 bool IsSigned = Type->hasSignedIntegerRepresentation(); in ActOnOpenMPReductionClause()
DSemaChecking.cpp7697 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
7698 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
7702 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
DSemaExpr.cpp1218 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1219 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
7180 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
7185 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1252 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1253 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
8816 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
8821 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
9707 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9708 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
9753 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()
9756 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
DSemaOpenMP.cpp6655 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()
7177 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()
7178 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()
7459 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()
7460 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()
7478 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()
8350 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
15374 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
DSemaChecking.cpp11309 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
11310 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
11314 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
/external/clang/lib/AST/
DType.cpp1736 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type

12