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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp128 Type *SelType = Sel.getType();
129 if (SelType->isVectorTy() != Cmp->getType()->isVectorTy())
174 V = Builder.CreateAnd(V, ConstantInt::get(SelType, AndMask));
181 Constant *C = ConstantInt::get(SelType, TC);
188 Constant *C = ConstantInt::get(SelType, FC);
211 V = Builder.CreateZExtOrTrunc(V, SelType);
215 V = Builder.CreateZExtOrTrunc(V, SelType);
217 V = Builder.CreateZExtOrTrunc(V, SelType);
528 static Instruction *foldSelectICmpAndAnd(Type *SelType, const ICmpInst *Cmp, argument
550 APInt(SelType
2329 Type *SelType = Sel.getType(); local
2835 Type *SelType = SI.getType(); local
3084 Type *SelType = SI.getType(); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); local
243 IdType, SelType,
256 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); local
259 SelType,
284 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); local
286 Params.push_back(SelType);
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2631 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); local
2632 auto True = B.buildConstant(SelType, Signed ? -1 : 1);
2633 auto False = B.buildConstant(SelType, 0);
2643 auto Sel = B.buildSelect(SelType, SrcReg, True, False);
H A DAMDGPUISelLowering.cpp676 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const {

Completed in 288 milliseconds