Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
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()
369 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
407 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
418 std::array<Value *, 2> Ops = getSortedOperandsOfBinOp(I); in visitImpl()
DInstCombineInternal.h757 std::array<Value *, 2> getSortedOperandsOfBinOp(Instruction *I);