Searched refs:WordVT (Results 1 – 1 of 1) sorted by relevance
7138 EVT WordVT; in combineSTORE() local7151 WordVT = VCI.VecVT.getScalarType(); in combineSTORE()7164 WordVT = LHS->getOperand(0).getValueType(); in combineSTORE()7166 WordVT = cast<VTSDNode>(LHS->getOperand(1))->getVT(); in combineSTORE()7175 WordVT == VCI.VecVT.getScalarType()) in combineSTORE()7176 Word = DAG.getZExtOrTrunc(LHS->getOperand(0), SDLoc(SN), WordVT); in combineSTORE()7196 assert(MemVT.getSizeInBits() % WordVT.getSizeInBits() == 0 && in combineSTORE()7198 unsigned NumElts = MemVT.getSizeInBits() / WordVT.getSizeInBits(); in combineSTORE()7199 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), WordVT, NumElts); in combineSTORE()