Searched refs:SelType (Results 1 – 3 of 3) sorted by relevance
132 Type *SelType = Sel.getType(); in foldSelectICmpAnd() local215 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()219 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()221 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()520 return new ZExtInst(ICmpNeZero, SelType); in foldSelectICmpAndAnd()1308 Type *SelType = Sel.getType(); in foldSelectExtConst() local1614 Type *SelType = SI.getType(); in visitSelectInst() local1656 if (SelType->isIntOrIntVectorTy(1) && in visitSelectInst()1698 if (SelType->isIntOrIntVectorTy() && in visitSelectInst()1702 return new ZExtInst(CondVal, SelType); in visitSelectInst()[all …]
241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn() local243 IdType, SelType, in getGetPropertyFn()256 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn() local259 SelType, in getSetPropertyFn()284 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn() local286 Params.push_back(SelType); in getOptimizedSetPropertyFn()
637 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()