Searched refs:hasIntegerRepresentation (Results 1 – 7 of 7) sorted by relevance
303 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2122 bool hasIntegerRepresentation() const;
8946 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()
3898 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()4520 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
5694 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
1733 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
2447 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()