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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h926 /// getNodeIfExists - Get the specified node if it's already available, or
928 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5600 /// getNodeIfExists - Get the specified node if it's already available, or
5602 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, function in class:SelectionDAG
H A DDAGCombiner.cpp1259 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(),

Completed in 97 milliseconds