Searched refs:IsRight (Results 1 – 2 of 2) 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()
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()