Searched refs:BoolVecTy (Results 1 – 2 of 2) sorted by relevance
444 MVT BoolVecTy = MVT::getVectorVT(MVT::i1, ElemCount); in getMaskBroadcast() local448 return DAG.getSetCC(DL, BoolVecTy, BCVec, ZeroVec, ISD::CondCode::SETNE); in getMaskBroadcast()
218 Type *BoolVecTy = VectorType::get(Builder.getInt1Ty(), ElemCount); in convertEVLToMask() local220 M, Intrinsic::get_active_lane_mask, {BoolVecTy, EVLParam->getType()}); in convertEVLToMask()