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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp225 bool MatchAllBitsSet; local
227 MatchAllBitsSet = true;
229 MatchAllBitsSet = false;
233 MaskOps MOps(I.getType()->getScalarSizeInBits(), MatchAllBitsSet);
234 if (MatchAllBitsSet) {
247 Value *Cmp = MatchAllBitsSet ? Builder.CreateICmpEQ(And, Mask)

Completed in 100 milliseconds