Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp122 std::array<Value *, 2> Negator::getSortedOperandsOfBinOp(Instruction *I) { in getSortedOperandsOfBinOp() function in Negator
176 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
368 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
406 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
417 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
H A DInstCombineInternal.h770 std::array<Value *, 2> getSortedOperandsOfBinOp(Instruction *I);