Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
158 if (Ty->hasSignedIntegerRepresentation())
303 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
2197 bool hasSignedIntegerRepresentation() const;
2051 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()2219 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()2275 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()2607 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()3704 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()4028 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()4035 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()4076 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
107 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()3063 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()3681 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()3911 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
3723 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()3755 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3761 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3789 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
962 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
2837 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
457 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
1958 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
9471 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
1195 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1196 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()8099 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()8104 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()8977 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()8978 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()9023 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()9026 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
5875 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()6544 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()6545 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()6563 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()7463 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()14036 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
10965 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()10966 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()10970 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()