Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h2126 bool hasSignedIntegerRepresentation() const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h164 if (Ty->hasSignedIntegerRepresentation())
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1785 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()
H A DCGExprScalar.cpp104 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()
H A DCGExpr.cpp3566 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
3598 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3604 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr()
3632 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
H A DCGExprAgg.cpp937 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
H A DCGOpenMPRuntimeNVPTX.cpp2789 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp451 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
H A DType.cpp1874 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
H A DASTContext.cpp9162 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp1152 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()
H A DSemaOpenMP.cpp4128 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()
H A DSemaChecking.cpp10276 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
10277 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
10281 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()