Searched defs:IsShiftRight (Results 1 – 3 of 3) sorted by relevance
89 bool IsShiftRight() const { return op == BinaryOp::kShiftRight; } in IsShiftRight() function
1201 bool IsShiftRight, bool ZeroMask) { in upgradeX86ConcatShift()
7709 bool IsShiftRight = ShiftOpc == AArch64ISD::VLSHR; in tryLowerToSLI() local