HomeSort by relevance Sort by last modified time
    Searched defs:SETCC (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 350 /// Much like the scalar select and setcc, each bit in the condition selects
363 /// SetCC operator - This evaluates to a true value iff the condition is
369 SETCC,
371 /// Like SetCC, ops #0 and #1 are the LHS and RHS operands to compare, but
569 /// compare, rather than as a combined SetCC node. The operands in order
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 711 // Return true if this node is a setcc, or is a select_cc
713 // equivalent to a setcc. Also, set the incoming LHS, RHS, and CC references to
718 if (N.getOpcode() == ISD::SETCC) {
740 /// Return true if this is a SetCC-equivalent operation with only one use.
    [all...]

Completed in 81 milliseconds