Searched refs:hasIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
304 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2466 bool hasIntegerRepresentation() const;
11530 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()11531 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11542 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()11543 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()12437 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()12438 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()13968 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()13969 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13981 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13990 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()[all …]
7209 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8977 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
9422 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
3982 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()4001 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()11020 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()11094 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
1958 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
2722 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()