Searched refs:HandleShiftLeft (Results 1 – 3 of 3) sorted by relevance
202 virtual Status HandleShiftLeft(HloInstructionPtr hlo) { in HandleShiftLeft() function
831 Status HandleShiftLeft(HloInstruction* shl) { in HandleShiftLeft() function845 Status HandleShiftLeft(HloInstruction* shift) { in HandleShiftLeft() function849 Status HandleShiftLeft(HloInstruction* shl) override { in HandleShiftLeft() function850 return HandleShiftLeft<ElementwiseT>(shl); in HandleShiftLeft()
2520 return visitor->HandleShiftLeft(this); in Visit()