Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
2219 bool hasSignedIntegerRepresentation() const;
185 if (Ty->hasSignedIntegerRepresentation())
456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
3892 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()3910 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()10144 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
2043 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
2621 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()2795 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()2851 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()3183 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()5161 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()5515 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()5522 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()5563 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
3938 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()3972 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3978 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()4008 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
109 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()3166 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()3867 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()4113 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
995 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
1688 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
1264 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1265 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()8980 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()8985 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()9871 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9872 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9917 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()9920 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
7407 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()7926 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()7927 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()8202 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()8203 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()8221 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()17135 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
11842 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()11843 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()11847 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()