Searched refs:hasSignedIntegerRepresentation (Results 1 – 12 of 12) sorted by relevance
1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()1858 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()2028 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()2686 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()2926 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()2933 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()2973 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
3054 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()3086 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3092 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()3120 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
2239 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()2709 Ops.Ty->hasSignedIntegerRepresentation(); in EmitShl()2910 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
1808 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
1820 bool hasSignedIntegerRepresentation() const;
407 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
4079 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()4454 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations()4455 : Type->hasSignedIntegerRepresentation(); in BuildNumIterations()4473 NewSize, Type->hasSignedIntegerRepresentation() || in BuildNumIterations()5066 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()9376 bool IsSigned = Type->hasSignedIntegerRepresentation(); in ActOnOpenMPReductionClause()
7697 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()7698 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()7702 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
1218 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1219 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()7180 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()7185 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
1736 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
8042 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()