Lines Matching defs:NewBO
2412 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, FVal, N->getFlags());
2413 return DAG.getSelect(SDLoc(N), VT, Cond, F0, NewBO);
2418 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, TVal, N->getFlags());
2419 return DAG.getSelect(SDLoc(N), VT, Cond, NewBO, F0);
25813 SDValue NewBO =
25815 SDValue Insert = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VT, NewBO);