Searched refs:MatchSubset (Results 1 – 2 of 2) sorted by relevance
52 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeatureWhitelist) == in areInlineCompatible() local54 return MatchExact && MatchSubset; in areInlineCompatible()
4426 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) { in visitAND() local4430 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND()