Home | History | Annotate | Download | only in ARM

Lines Matching defs:getZeroVector

4500 /// getZeroVector - Returns a vector of specified type with all zero elements.
4506 static SDValue getZeroVector(EVT VT, SelectionDAG &DAG, const SDLoc &dl) {
4612 SDValue NX = DAG.getNode(ISD::SUB, dl, VT, getZeroVector(VT, DAG, dl), X);
4823 getZeroVector(ShiftVT, DAG, dl),