Lines Matching defs:NewBO
2446 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, FVal, N->getFlags());
2447 return DAG.getSelect(SDLoc(N), VT, Cond, F0, NewBO);
2452 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, TVal, N->getFlags());
2453 return DAG.getSelect(SDLoc(N), VT, Cond, NewBO, F0);
26318 SDValue NewBO =
26320 SDValue Insert = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VT, NewBO);