Searched refs:hasIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2215 bool hasIntegerRepresentation() const;
10317 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10318 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11054 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()11055 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()12432 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()12433 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()14738 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
6543 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8191 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
6308 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
1889 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
3876 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()3894 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
2615 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()