Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2215 bool hasIntegerRepresentation() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10317 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10318 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11054 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11055 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
12432 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12433 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
14738 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
H A DSemaOpenMP.cpp6543 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8191 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp6308 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1889 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
H A DASTContext.cpp3876 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
3894 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2615 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()