Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h76 bool isScalarToVector(const SDNode *N);
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp185 bool ISD::isScalarToVector(const SDNode *N) { in isScalarToVector() function in ISD
DDAGCombiner.cpp5939 bool isS2V = ISD::isScalarToVector(BV); in ConstantFoldBITCASTofBUILD_VECTOR()