Searched refs:IsLeft (Results 1 – 3 of 3) sorted by relevance
267 diff::SyntaxTree &Tree, bool IsLeft, in printHtmlForNode() argument273 if (IsLeft) { in printHtmlForNode()306 Offset = printHtmlForNode(OS, Diff, Tree, IsLeft, Child, Offset); in printHtmlForNode()
5846 bool IsLeft = MI.getOpcode() == TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate() local5847 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate()5863 bool IsLeft = MI.getOpcode() == TargetOpcode::G_ROTL; in lowerRotate() local5868 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotate()5874 unsigned FShOpc = IsLeft ? TargetOpcode::G_FSHL : TargetOpcode::G_FSHR; in lowerRotate()5875 unsigned RevFsh = !IsLeft ? TargetOpcode::G_FSHL : TargetOpcode::G_FSHR; in lowerRotate()5895 unsigned ShOpc = IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR; in lowerRotate()5896 unsigned RevShiftOpc = IsLeft ? TargetOpcode::G_LSHR : TargetOpcode::G_SHL; in lowerRotate()
7223 bool IsLeft = Node->getOpcode() == ISD::ROTL; in expandROT() local7232 unsigned RevRot = IsLeft ? ISD::ROTR : ISD::ROTL; in expandROT()7247 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; in expandROT()7248 unsigned HsOpc = IsLeft ? ISD::SRL : ISD::SHL; in expandROT()