Searched refs:SplatConst (Results 1 – 1 of 1) sorted by relevance
1206 ConstantSDNode *SplatConst = dyn_cast<ConstantSDNode>(SplatVal); in LowerShift() local1207 if (!SplatConst || Op.getSimpleValueType() != MVT::v2i64) in LowerShift()1225 APInt Shift = SplatConst->getAPIntValue().zextOrTrunc(32); in LowerShift()