Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp98 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible() local
100 return MatchExact && MatchSubset; in areInlineCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5672 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) { in visitAND() local
5676 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND()