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.cpp111 std::array<Value *, 2> Negator::getSortedOperandsOfBinOp(Instruction *I) { in getSortedOperandsOfBinOp() function in Negator
165 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
420 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
458 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
471 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
H A DInstCombineInternal.h868 std::array<Value *, 2> getSortedOperandsOfBinOp(Instruction *I);