Searched refs:hasIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2355 bool hasIntegerRepresentation() const;
11096 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()11097 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11108 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()11109 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()12004 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()12005 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()13523 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()13524 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13536 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13545 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()[all …]
7058 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8813 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
7673 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
4007 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()4025 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()10913 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()10987 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
1922 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
2708 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()