Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h87 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N);
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp773 if (ISD::isBuildVectorOfConstantFPSDNodes(N.getNode())) in isConstantFPBuildVectorOrConstantFP()
7602 ISD::isBuildVectorOfConstantFPSDNodes(Op.getNode())) in visitBITCAST()
DSelectionDAG.cpp206 bool ISD::isBuildVectorOfConstantFPSDNodes(const SDNode *N) { in isBuildVectorOfConstantFPSDNodes() function in ISD