Searched refs:WordVT (Results 1 – 1 of 1) sorted by relevance
6451 EVT WordVT; in combineSTORE() local6464 WordVT = VCI.VecVT.getScalarType(); in combineSTORE()6477 WordVT = LHS->getOperand(0).getValueType(); in combineSTORE()6479 WordVT = cast<VTSDNode>(LHS->getOperand(1))->getVT(); in combineSTORE()6488 WordVT == VCI.VecVT.getScalarType()) in combineSTORE()6489 Word = DAG.getZExtOrTrunc(LHS->getOperand(0), SDLoc(SN), WordVT); in combineSTORE()6509 assert(MemVT.getSizeInBits() % WordVT.getSizeInBits() == 0 && in combineSTORE()6511 unsigned NumElts = MemVT.getSizeInBits() / WordVT.getSizeInBits(); in combineSTORE()6512 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), WordVT, NumElts); in combineSTORE()