Searched refs:IsLeft (Results 1 – 2 of 2) sorted by relevance
5941 bool IsLeft = MI.getOpcode() == TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate() local5942 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate()5958 bool IsLeft = MI.getOpcode() == TargetOpcode::G_ROTL; in lowerRotate() local5963 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotate()5969 unsigned ShOpc = IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR; in lowerRotate()5970 unsigned RevShiftOpc = IsLeft ? TargetOpcode::G_LSHR : TargetOpcode::G_SHL; in lowerRotate()
6580 bool IsLeft = Node->getOpcode() == ISD::ROTL; in expandROT() local6589 unsigned RevRot = IsLeft ? ISD::ROTR : ISD::ROTL; in expandROT()6604 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; in expandROT()6605 unsigned HsOpc = IsLeft ? ISD::SRL : ISD::SHL; in expandROT()