HomeSort by relevance Sort by last modified time
    Searched full:issetccequivalent (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 530 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
535 static bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
561 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
    [all...]

Completed in 807 milliseconds