Home
last modified time | relevance | path

Searched refs:hasIntegerRepresentation (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DSPIR.cpp89 E->getArg(1)->getType()->hasIntegerRepresentation() && in EmitSPIRVBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp270 assert(Arg0Ty->hasIntegerRepresentation() && in EmitHLSLBuiltinExpr()
747 Arg0->getType()->hasIntegerRepresentation()) && in EmitHLSLBuiltinExpr()
H A DCGExprScalar.cpp3249 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2792 bool hasIntegerRepresentation() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10806 if ((LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10807 RHS.get()->getType()->hasIntegerRepresentation()) || in CheckRemainderOperands()
10821 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10822 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11743 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11744 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13306 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13307 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13318 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13319 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
[all …]
H A DSemaHLSL.cpp2530 if (!PassedType->hasIntegerRepresentation() && in CheckFloatingOrIntRepresentation()
H A DSemaOpenMP.cpp6919 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8819 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp5475 if (!RHSType->hasIntegerRepresentation() || in BuiltinShuffleVector()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4608 if (EltTy->hasIntegerRepresentation() && !EltTy->isBooleanType() && \ in getScalableVectorType()
4640 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
12121 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()
12195 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
H A DType.cpp2073 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10876 {"_ZNK5clang4Type24hasIntegerRepresentationEv", "clang::Type::hasIntegerRepresentation() const"},