Searched refs:IsRight (Results 1 – 3 of 3) sorted by relevance
2189 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall() local2191 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall()2200 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall()2203 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall()2204 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall()
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()
9171 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument9183 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()