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