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.h752 Instruction *matchBSwapOrBitReverse(Instruction &I, bool MatchBSwaps,
H A DInstCombineCalls.cpp1979 if (Instruction *BitOp = matchBSwapOrBitReverse(*II, /*MatchBSwaps*/ false, in visitCallInst()
2092 matchBSwapOrBitReverse(*II, /*MatchBSwaps*/ true, in visitCallInst()
H A DInstCombineAndOrXor.cpp2833 Instruction *InstCombinerImpl::matchBSwapOrBitReverse(Instruction &I, in matchBSwapOrBitReverse() function in InstCombinerImpl
3552 if (Instruction *BitOp = matchBSwapOrBitReverse(I, /*MatchBSwaps*/ true, in visitOr()