Searched refs:ElemN (Results 1 – 2 of 2) sorted by relevance
1103 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather() local1104 if (!ElemN) in tryGather()1107 unsigned Elem = ElemN->getZExtValue(); in tryGather()1144 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter() local1145 if (!ElemN) in tryScatter()1150 unsigned Elem = ElemN->getZExtValue(); in tryScatter()
1140 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather() local1141 if (!ElemN) in tryGather()1144 unsigned Elem = ElemN->getZExtValue(); in tryGather()1180 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter() local1181 if (!ElemN) in tryScatter()1186 unsigned Elem = ElemN->getZExtValue(); in tryScatter()