Home
last modified time | relevance | path

Searched refs:MatchSubset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp52 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeatureWhitelist) == in areInlineCompatible() local
54 return MatchExact && MatchSubset; in areInlineCompatible()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4587 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) { in visitAND() local
4591 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND()