Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
2126 bool hasSignedIntegerRepresentation() const;
164 if (Ty->hasSignedIntegerRepresentation())
1785 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()1948 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()2004 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()2332 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()3374 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()3690 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()3697 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()3738 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
104 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()2941 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()3452 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()3675 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
3566 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()3598 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3604 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3632 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
937 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
2789 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
451 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
1874 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
9162 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
1152 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1153 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()7658 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()7663 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()8522 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()8523 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()8568 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()8571 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
4128 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()4525 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()4526 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()4544 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()5278 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()11233 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
10276 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()10277 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()10281 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()