Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp115 std::array<Value *, 2> Negator::getSortedOperandsOfBinOp(Instruction *I) { in getSortedOperandsOfBinOp() function in Negator
169 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
421 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
459 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
472 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
H A DInstCombineInternal.h799 std::array<Value *, 2> getSortedOperandsOfBinOp(Instruction *I);