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