Home
last modified time | relevance | path

Searched refs:hasSignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h158 if (Ty->hasSignedIntegerRepresentation())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCanonicalType.h303 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
HDType.h2197 bool hasSignedIntegerRepresentation() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp2051 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()
HDCGExprScalar.cpp107 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()
HDCGExpr.cpp3723 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
3755 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3761 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3789 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
HDCGExprAgg.cpp962 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
HDCGOpenMPRuntimeNVPTX.cpp2837 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDFormatString.cpp457 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
HDType.cpp1958 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
HDASTContext.cpp9471 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp1195 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()
HDSemaOpenMP.cpp5875 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()
HDSemaChecking.cpp10965 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
10966 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
10970 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()