Searched refs:hasIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2291 bool hasIntegerRepresentation() const;
10835 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10836 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()10847 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10848 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11743 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()11744 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()13236 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()13237 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13249 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13258 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()[all …]
6979 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8730 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
7468 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
1898 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
3977 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()3995 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
2685 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()