Searched refs:hasIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2215 bool hasIntegerRepresentation() const;
10381 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10382 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11143 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()11144 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()12553 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()12554 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()14859 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
6558 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8197 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
6557 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
1892 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
3891 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()3909 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()
2625 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()