Home
last modified time | relevance | path

Searched refs:WordVT (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6452 EVT WordVT; in combineSTORE() local
6465 WordVT = VCI.VecVT.getScalarType(); in combineSTORE()
6478 WordVT = LHS->getOperand(0).getValueType(); in combineSTORE()
6480 WordVT = cast<VTSDNode>(LHS->getOperand(1))->getVT(); in combineSTORE()
6489 WordVT == VCI.VecVT.getScalarType()) in combineSTORE()
6490 Word = DAG.getZExtOrTrunc(LHS->getOperand(0), SDLoc(SN), WordVT); in combineSTORE()
6510 assert(MemVT.getSizeInBits() % WordVT.getSizeInBits() == 0 && in combineSTORE()
6512 unsigned NumElts = MemVT.getSizeInBits() / WordVT.getSizeInBits(); in combineSTORE()
6513 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), WordVT, NumElts); in combineSTORE()