Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.cpp100 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible() local
102 return MatchExact && MatchSubset; in areInlineCompatible()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp7031 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) { in visitAND() local
7035 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND()