Searched defs:MatchBitReversals (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3765 collectBitParts(Value * V,bool MatchBSwaps,bool MatchBitReversals,std::map<Value *,std::optional<BitPart>> & BPS,int Depth,bool & FoundRoot) collectBitParts() argument 4002 recognizeBSwapOrBitReverseIdiom(Instruction * I,bool MatchBSwaps,bool MatchBitReversals,SmallVectorImpl<Instruction * > & InsertedInsts) recognizeBSwapOrBitReverseIdiom() argument [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2788 matchBSwapOrBitReverse(Instruction & I,bool MatchBSwaps,bool MatchBitReversals) matchBSwapOrBitReverse() argument
|