Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2466 bool hasIntegerRepresentation() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11530 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11531 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11542 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11543 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
12437 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
12438 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13968 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13969 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13981 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13990 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
[all …]
H A DSemaOpenMP.cpp7209 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
8977 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp9422 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3982 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
4001 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
11020 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()
11094 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
H A DType.cpp1958 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2722 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()