Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
2359 bool hasSignedIntegerRepresentation() const;
185 if (Ty->hasSignedIntegerRepresentation())
2815 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()2987 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()3043 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()3375 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()5662 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()6097 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()6108 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()6153 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()6403 E->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()6408 D->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()[all …]
105 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()3400 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()4101 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()4347 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
4004 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()4039 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()4045 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()4075 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
1016 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
1365 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
521 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
2082 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
4008 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()4026 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()11054 (T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingSignedType()
1293 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1294 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()9571 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()9576 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()10490 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()10491 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()10536 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()10539 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
8021 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()8542 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()8543 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()8818 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()8819 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()8837 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()9704 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()19488 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
13206 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()13207 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()13211 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()