Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h101 bool isScalarToVector(const SDNode *N);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp201 bool ISD::isScalarToVector(const SDNode *N) { in isScalarToVector() function in ISD
DDAGCombiner.cpp6429 bool isS2V = ISD::isScalarToVector(BV); in ConstantFoldBITCASTofBUILD_VECTOR()