HomeSort by relevance Sort by last modified time
    Searched refs:isSetCCEquivalent (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 495 // isSetCCEquivalent - Return true if this node is a setcc, or is a select_cc
500 static bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
526 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 346 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
734 bool DAGCombiner::isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
763 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 419 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
    [all...]

Completed in 63 milliseconds