Searched refs:hasSignedIntegerRepresentation (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLBuiltins.cpp | 174 if (QT->hasSignedIntegerRepresentation()) { in getFirstBitHighIntrinsic() 563 if (E->getArg(0)->getType()->hasSignedIntegerRepresentation()) { in EmitHLSLBuiltinExpr()
|
| H A D | CGStmtOpenMP.cpp | 2997 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 D | CGExprScalar.cpp | 114 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 D | CGExpr.cpp | 4744 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 D | CGOpenMPRuntimeGPU.cpp | 1401 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
|
| H A D | CGExprAgg.cpp | 1166 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
|
| H A D | Type.h | 2796 bool hasSignedIntegerRepresentation() const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 186 if (Ty->hasSignedIntegerRepresentation())
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 549 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
|
| H A D | Type.cpp | 2247 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
|
| H A D | ASTContext.cpp | 4609 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 D | SemaHLSL.cpp | 909 bool LHSSigned = LElTy->hasSignedIntegerRepresentation(); in handleIntegerVectorBinOpConversion() 910 bool RHSSigned = RElTy->hasSignedIntegerRepresentation(); in handleIntegerVectorBinOpConversion()
|
| H A D | SemaExpr.cpp | 1324 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 D | SemaOpenMP.cpp | 7982 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 D | SemaChecking.cpp | 11414 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 D | CIRGenExprScalar.cpp | 1587 ops.compType->hasSignedIntegerRepresentation() && in emitShl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10885 {"_ZNK5clang4Type30hasSignedIntegerRepresentationEv", "clang::Type::hasSignedIntegerRepresentation(…
|