Searched refs:hasIntegerRepresentation (Results 1 – 7 of 7) sorted by relevance
288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
1816 bool hasIntegerRepresentation() const;
8074 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()8075 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()8716 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()8717 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()9530 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()9531 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()11379 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
3846 CanonPVD->getType()->hasIntegerRepresentation()) in ActOnOpenMPDeclareSimdDirective()4449 bool UseVarType = VarType->hasIntegerRepresentation() && in BuildNumIterations()
3410 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
1599 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
1748 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()