Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h303 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
H A DType.h2122 bool hasIntegerRepresentation() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8946 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
8947 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
9648 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()
9649 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
10805 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
10806 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
12966 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
H A DSemaOpenMP.cpp3898 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()
4520 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
H A DSemaChecking.cpp5694 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1733 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2447 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()