Searched refs:IsRight (Results 1 – 5 of 5) sorted by relevance
2347 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local2349 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()2358 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()2361 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()2362 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
2803 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local2805 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()2814 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()2817 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()2818 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
1101 bool IsRight = isUInt<3>(MinSrc); // Right align. in packs() local1102 SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc, in packs()1104 unsigned Opc = IsRight ? Hexagon::V6_valignbi in packs()
1081 bool IsRight = isUInt<3>(MinSrc); // Right align. in packs() local1082 SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc, in packs()1084 unsigned Opc = IsRight ? Hexagon::V6_valignbi in packs()
11347 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument11359 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()