Searched refs:IsRight (Results 1 – 3 of 3) sorted by relevance
3203 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local3205 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()3214 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()3217 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()3218 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
1298 bool IsRight = isUInt<3>(Amt); // Right align. in packs() local 1299 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs() 1300 unsigned Opc = IsRight ? Hexagon::V6_valignbi : Hexagon::V6_vlalignbi; in packs()
13722 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument13734 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()