Searched refs:RHSConstSplat (Results 1 – 1 of 1) sorted by relevance
28034 ConstantSDNode *RHSConstSplat = nullptr; in WidenMaskArithmetic() local28036 RHSConstSplat = RHSBV->getConstantSplatNode(); in WidenMaskArithmetic()28037 if (!RHSTrunc && !RHSConstSplat) in WidenMaskArithmetic()28047 if (RHSConstSplat) { in WidenMaskArithmetic()28049 SDValue(RHSConstSplat, 0)); in WidenMaskArithmetic()