Searched refs:CommutativeEnd (Results 1 – 1 of 1) sorted by relevance
174 auto CommutativeEnd = Operands.begin(); in sortCommutativeOperands() local175 std::advance(CommutativeEnd, 2); in sortCommutativeOperands()176 llvm::sort(Operands.begin(), CommutativeEnd); in sortCommutativeOperands()