Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewBV

17020       SDValue NewBV = DAG.getBuildVector(V->getValueType(0), SDLoc(N), Ops);
17025 NewBV = DAG.getBitcast(VT, NewBV);
17026 return NewBV;