Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1103 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather() local
1104 if (!ElemN) in tryGather()
1107 unsigned Elem = ElemN->getZExtValue(); in tryGather()
1144 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter() local
1145 if (!ElemN) in tryScatter()
1150 unsigned Elem = ElemN->getZExtValue(); in tryScatter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1140 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather() local
1141 if (!ElemN) in tryGather()
1144 unsigned Elem = ElemN->getZExtValue(); in tryGather()
1180 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter() local
1181 if (!ElemN) in tryScatter()
1186 unsigned Elem = ElemN->getZExtValue(); in tryScatter()