Home
last modified time | relevance | path

Searched refs:CommutativeEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIRNormalizer.cpp174 auto CommutativeEnd = Operands.begin(); in sortCommutativeOperands() local
175 std::advance(CommutativeEnd, 2); in sortCommutativeOperands()
176 llvm::sort(Operands.begin(), CommutativeEnd); in sortCommutativeOperands()