Searched refs:SatOp (Results 1 – 1 of 1) sorted by relevance
2633 int32_t SatOp = cast<ConstantSDNode>(N->getOperand(4))->getZExtValue(); in SelectMVE_LongShift() local2634 int SatBit = (SatOp == 64 ? 0 : 1); in SelectMVE_LongShift()