HomeSort by: relevance | last modified time | path
    Searched refs:MatchSubset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 98 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) ==
100 return MatchExact && MatchSubset;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 5672 auto MatchSubset = [](ConstantSDNode *LHS, ConstantSDNode *RHS) {
5676 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset))

Completed in 41 milliseconds