Searched refs:ShiftBV (Results 1 – 1 of 1) sorted by relevance
28622 auto *ShiftBV = dyn_cast<BuildVectorSDNode>(Shift.getOperand(1)); in foldVectorXorShiftIntoCmp() local28623 if (!ShiftBV) in foldVectorXorShiftIntoCmp()28627 auto *ShiftAmt = ShiftBV->getConstantSplatNode(); in foldVectorXorShiftIntoCmp()