Searched refs:ShlCount (Results 1 – 1 of 1) sorted by relevance
2121 SDValue ShlCount = DAG.getConstant(ScaleLog, DL, MVT::i8); in foldMaskAndShiftToExtract() local2122 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, Ext, ShlCount); in foldMaskAndShiftToExtract()2134 insertDAGNode(DAG, N, ShlCount); in foldMaskAndShiftToExtract()