Searched refs:hasIntegerRepresentation (Results 1 – 12 of 12) sorted by relevance
89 E->getArg(1)->getType()->hasIntegerRepresentation() && in EmitSPIRVBuiltinExpr()
270 assert(Arg0Ty->hasIntegerRepresentation() && in EmitHLSLBuiltinExpr()747 Arg0->getType()->hasIntegerRepresentation()) && in EmitHLSLBuiltinExpr()
3249 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()
306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
2792 bool hasIntegerRepresentation() const;
10806 if ((LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10807 RHS.get()->getType()->hasIntegerRepresentation()) || in CheckRemainderOperands()10821 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()10822 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()11743 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()11744 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()13306 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()13307 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()13318 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()13319 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()[all …]
2530 if (!PassedType->hasIntegerRepresentation() && in CheckFloatingOrIntRepresentation()
6919 CanonPVD->getType()->hasIntegerRepresentation()) { in ActOnOpenMPDeclareSimdDirective()8819 bool UseVarType = VarType->hasIntegerRepresentation() && in buildNumIterations()
5475 if (!RHSType->hasIntegerRepresentation() || in BuiltinShuffleVector()
4608 if (EltTy->hasIntegerRepresentation() && !EltTy->isBooleanType() && \ in getScalableVectorType()4640 ((EltTy->hasIntegerRepresentation() && \ in getScalableVectorType()12121 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingUnsignedType()12195 assert((T->hasIntegerRepresentation() || T->isEnumeralType() || in getCorrespondingSignedType()
2073 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
10876 {"_ZNK5clang4Type24hasIntegerRepresentationEv", "clang::Type::hasIntegerRepresentation() const"},