Home
last modified time | relevance | path

Searched refs:SelType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp132 Type *SelType = Sel.getType(); in foldSelectICmpAnd() local
215 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() local
1614 Type *SelType = SI.getType(); in visitSelectInst() local
1656 if (SelType->isIntOrIntVectorTy(1) && in visitSelectInst()
1698 if (SelType->isIntOrIntVectorTy() && in visitSelectInst()
1702 return new ZExtInst(CondVal, SelType); in visitSelectInst()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn() local
243 IdType, SelType, in getGetPropertyFn()
256 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn() local
259 SelType, in getSetPropertyFn()
284 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn() local
286 Params.push_back(SelType); in getOptimizedSetPropertyFn()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp637 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()