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 73 /// isScalarToVector - Return true if the specified node is a
76 bool isScalarToVector(const SDNode *N);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 183 /// isScalarToVector - Return true if the specified node is a
186 bool ISD::isScalarToVector(const SDNode *N) {
    [all...]
DAGCombiner.cpp     [all...]

Completed in 241 milliseconds