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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp233 bool MatchAllBitsSet; local
235 MatchAllBitsSet = true;
237 MatchAllBitsSet = false;
241 MaskOps MOps(I.getType()->getScalarSizeInBits(), MatchAllBitsSet);
242 if (MatchAllBitsSet) {
255 Value *Cmp = MatchAllBitsSet ? Builder.CreateICmpEQ(And, Mask)

Completed in 108 milliseconds