Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp100 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7031 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) { in visitAND() local