Searched refs:hasSignedIntegerRepresentation (Results 1 – 11 of 11) sorted by relevance
916 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()1121 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()1798 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()1805 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()1845 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
2265 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()2737 Ops.Ty->hasSignedIntegerRepresentation(); in EmitShl()2936 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
1564 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
1774 bool hasSignedIntegerRepresentation() const;
376 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
2358 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()2742 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations()2743 : Type->hasSignedIntegerRepresentation(); in BuildNumIterations()2759 NewSize, Type->hasSignedIntegerRepresentation() || in BuildNumIterations()3210 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()6117 bool IsSigned = Type->hasSignedIntegerRepresentation(); in ActOnOpenMPReductionClause()
6621 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()6622 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()6626 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
1151 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1152 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()6636 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()6641 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
1713 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
7826 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()