Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h806 Instruction *matchBSwapOrBitReverse(Instruction &I, bool MatchBSwaps,
H A DInstCombineCalls.cpp2247 if (Instruction *BitOp = matchBSwapOrBitReverse(*II, /*MatchBSwaps*/ false, in visitCallInst()
2362 matchBSwapOrBitReverse(*II, /*MatchBSwaps*/ true, in visitCallInst()
H A DInstCombineAndOrXor.cpp2878 Instruction *InstCombinerImpl::matchBSwapOrBitReverse(Instruction &I, in matchBSwapOrBitReverse() function in InstCombinerImpl
3800 if (Instruction *BitOp = matchBSwapOrBitReverse(I, /*MatchBSwaps*/ true, in visitOr()