Searched refs:IsRight (Results 1 – 3 of 3) sorted by relevance
3087 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local3089 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()3098 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()3101 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()3102 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
1298 bool IsRight = isUInt<3>(Amt); // Right align. in packs() local1299 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs()1300 unsigned Opc = IsRight ? Hexagon::V6_valignbi : Hexagon::V6_vlalignbi; in packs()
12478 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument12490 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()