Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp174 if (QT->hasSignedIntegerRepresentation()) { in getFirstBitHighIntrinsic()
563 if (E->getArg(0)->getType()->hasSignedIntegerRepresentation()) { in EmitHLSLBuiltinExpr()
H A DCGStmtOpenMP.cpp2997 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
3172 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
3233 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop()
3564 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
5958 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop()
6419 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
6430 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
6475 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
6723 E->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()
6728 D->getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicCompareExpr()
[all …]
H A DCGExprScalar.cpp114 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow()
159 return RHSType->hasSignedIntegerRepresentation(); in rhsHasSignedIntegerRepresentation()
3977 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
4757 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl()
5016 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
H A DCGExpr.cpp4744 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()
4779 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()
4785 Length->getType()->hasSignedIntegerRepresentation()) in EmitArraySectionExpr()
4816 Length->getType()->hasSignedIntegerRepresentation()); in EmitArraySectionExpr()
H A DCGOpenMPRuntimeGPU.cpp1401 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
H A DCGExprAgg.cpp1166 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h2796 bool hasSignedIntegerRepresentation() const;
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h186 if (Ty->hasSignedIntegerRepresentation())
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp549 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
H A DType.cpp2247 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
H A DASTContext.cpp4609 EltTy->hasSignedIntegerRepresentation() == IsSigned && \ in getScalableVectorType()
4641 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType()
12262 (T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingSignedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp909 bool LHSSigned = LElTy->hasSignedIntegerRepresentation(); in handleIntegerVectorBinOpConversion()
910 bool RHSSigned = RElTy->hasSignedIntegerRepresentation(); in handleIntegerVectorBinOpConversion()
H A DSemaExpr.cpp1324 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1325 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
9087 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
9092 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
10093 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
10094 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy()
10142 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()
10145 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
H A DSemaOpenMP.cpp7982 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep()
8536 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters()
8537 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters()
8824 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations()
8825 : Type->hasSignedIntegerRepresentation(); in buildNumIterations()
8844 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations()
9852 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
19303 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
H A DSemaChecking.cpp11414 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
11415 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
11419 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1587 ops.compType->hasSignedIntegerRepresentation() && in emitShl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10885 {"_ZNK5clang4Type30hasSignedIntegerRepresentationEv", "clang::Type::hasSignedIntegerRepresentation(…