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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1177 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); local
1178 if (!ElemN)
1181 unsigned Elem = ElemN->getZExtValue();
1217 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); local
1218 if (!ElemN)
1223 unsigned Elem = ElemN->getZExtValue();

Completed in 59 milliseconds