Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2215 bool hasIntegerRepresentation() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10381 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10382 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11143 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11144 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
12553 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12554 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
14859 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
H A DSemaOpenMP.cpp6558 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8197 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp6557 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1892 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
H A DASTContext.cpp3891 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
3909 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2625 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()