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()
3877 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()3895 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()10102 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
2040 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
2594 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()2768 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()2824 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()3156 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()5135 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()5487 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()5494 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()5535 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
109 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()3156 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()3854 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()4100 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
3938 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()3972 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3978 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()4008 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
991 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
2276 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
1249 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1250 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()8916 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()8921 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()9807 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9808 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9853 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()9856 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
7391 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()7920 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()7921 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()8196 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()8197 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()8215 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()9067 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()16752 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
11569 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()11570 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()11574 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()