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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 103 /// allOperandsUndef - Return true if the node has at least one operand
105 bool allOperandsUndef(const SDNode *N);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 220 /// allOperandsUndef - Return true if the node has at least one operand
222 bool ISD::allOperandsUndef(const SDNode *N) {
    [all...]

Completed in 550 milliseconds