Searched refs:foldAnyOrAllBitsSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp154 /// This is used by foldAnyOrAllBitsSet() to capture a source value (Root) and
169 /// This is a recursive helper for foldAnyOrAllBitsSet() that walks through a
222 static bool foldAnyOrAllBitsSet(Instruction &I) { function
336 MadeChange |= foldAnyOrAllBitsSet(I);

Completed in 46 milliseconds