Searched refs:hasSignedIntegerRepresentation (Results 1 – 15 of 15) sorted by relevance
305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
2723 bool hasSignedIntegerRepresentation() const;
185 if (Ty->hasSignedIntegerRepresentation())
2855 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 …]
110 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()
4434 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()4469 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()4475 Length->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()4506 Length->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()
1033 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
1402 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
18328 if (QT->hasSignedIntegerRepresentation()) in getDotProductIntrinsic()18448 if (E->getArg(0)->getType()->hasSignedIntegerRepresentation()) { in EmitHLSLBuiltinExpr()
564 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
4394 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()4413 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()11640 (T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingSignedType()
2186 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
1297 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()
7978 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()
10173 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()10174 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()10178 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()