Searched refs:isScalarToVector (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h73 /// isScalarToVector - Return true if the specified node is a
76 bool isScalarToVector(const SDNode *N);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp182 /// isScalarToVector - Return true if the specified node is a
185 bool ISD::isScalarToVector(const SDNode *N) { function in class:ISD
H A DDAGCombiner.cpp5939 bool isS2V = ISD::isScalarToVector(BV);

Completed in 148 milliseconds