Searched refs:SelType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp131 Type *SelType = Sel.getType();
132 if (SelType->isVectorTy() != Cmp->getType()->isVectorTy())
177 V = Builder.CreateAnd(V, ConstantInt::get(SelType, AndMask));
184 Constant *C = ConstantInt::get(SelType, TC);
191 Constant *C = ConstantInt::get(SelType, FC);
214 V = Builder.CreateZExtOrTrunc(V, SelType);
218 V = Builder.CreateZExtOrTrunc(V, SelType);
220 V = Builder.CreateZExtOrTrunc(V, SelType);
501 static Instruction *foldSelectICmpAndAnd(Type *SelType, const ICmpInst *Cmp, argument
526 Constant *One = ConstantInt::get(SelType,
2330 Type *SelType = SI.getType(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1827 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); local
1828 auto True = B.buildConstant(SelType, Signed ? -1 : 1);
1829 auto False = B.buildConstant(SelType, 0);
1839 auto Sel = B.buildSelect(SelType, SrcReg, True, False);
H A DAMDGPUISelLowering.cpp616 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp238 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); local
240 IdType, SelType,
253 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); local
256 SelType,
281 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); local
283 Params.push_back(SelType);

Completed in 296 milliseconds