Searched refs:NBV (Results 1 – 1 of 1) sorted by relevance
15473 SDValue NBV; in performBuildShuffleExtendCombine() local15484 NBV = DAG.getNode(ISD::BUILD_VECTOR, DL, PreExtendVT, NewOps); in performBuildShuffleExtendCombine()15487 NBV = DAG.getVectorShuffle(PreExtendVT, DL, BV.getOperand(0).getOperand(0), in performBuildShuffleExtendCombine()15493 return DAG.getNode(IsSExt ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, DL, VT, NBV); in performBuildShuffleExtendCombine()