HomeSort by: relevance | last modified time | path
    Searched refs:PromoteIntegerResult (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 256 PromoteIntegerResult(N, i);
LegalizeTypes.h 293 void PromoteIntegerResult(SDNode *N, unsigned ResNo);
LegalizeIntegerTypes.cpp 33 /// PromoteIntegerResult - This method is called when a result of a node is
37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) {
51 dbgs() << "PromoteIntegerResult #" << ResNo << ": ";

Completed in 76 milliseconds