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