Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2291 bool hasIntegerRepresentation() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10835 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10836 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
10847 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10848 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11743 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11744 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13236 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13237 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13249 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13258 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
[all …]
H A DSemaOpenMP.cpp6979 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8730 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp7468 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1898 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
H A DASTContext.cpp3977 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
3995 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2685 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()