Searched refs:IsRight (Results 1 – 3 of 3) sorted by relevance
3621 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local3623 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()3632 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()3635 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()3636 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
1292 bool IsRight = isUInt<3>(Amt); // Right align. in packs() local1293 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs()1294 unsigned Opc = IsRight ? Hexagon::V6_valignbi : Hexagon::V6_vlalignbi; in packs()
153 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument165 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()