Searched refs:ShiftBV (Results 1 – 2 of 2) 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()
35305 auto *ShiftBV = dyn_cast<BuildVectorSDNode>(Shift.getOperand(1)); in foldVectorXorShiftIntoCmp() local35306 if (!ShiftBV) in foldVectorXorShiftIntoCmp()35310 auto *ShiftAmt = ShiftBV->getConstantSplatNode(); in foldVectorXorShiftIntoCmp()