Searched defs:MatchBSwap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1499 /// MatchBSwap - Given an OR instruction, check to see if this is a bswap idiom.
1501 Instruction *InstCombiner::MatchBSwap(BinaryOperator &I) { function in class:InstCombiner
1969 if (Instruction *BSwap = MatchBSwap(I))

Completed in 104 milliseconds