Searched refs:hasIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2719 bool hasIntegerRepresentation() const;
10532 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10533 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()10544 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10545 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11456 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()11457 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()12940 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()12941 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()12952 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()12953 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()[all …]
6991 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8783 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
5011 if (!RHSType->hasIntegerRepresentation() || in BuiltinShuffleVector()
4393 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()4412 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()11499 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()11573 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
2021 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
2993 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()