Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2719 bool hasIntegerRepresentation() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10532 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10533 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
10544 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10545 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11456 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11457 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
12940 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12941 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
12952 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12953 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
[all …]
H A DSemaOpenMP.cpp6991 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8783 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp5011 if (!RHSType->hasIntegerRepresentation() || in BuiltinShuffleVector()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4393 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
4412 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
11499 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()
11573 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
H A DType.cpp2021 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2993 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()