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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 98 /// isScalarToVector - Return true if the specified node is a
101 bool isScalarToVector(const SDNode *N);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 198 /// isScalarToVector - Return true if the specified node is a
201 bool ISD::isScalarToVector(const SDNode *N) {
    [all...]
DAGCombiner.cpp     [all...]

Completed in 388 milliseconds