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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 337 SDValue PromoteIntRes_SExtIntBinOp(SDNode *N);
LegalizeIntegerTypes.cpp 83 case ISD::SMAX: Res = PromoteIntRes_SExtIntBinOp(N); break;
147 case ISD::SREM: Res = PromoteIntRes_SExtIntBinOp(N); break;
1126 SDValue DAGTypeLegalizer::PromoteIntRes_SExtIntBinOp(SDNode *N) {

Completed in 35 milliseconds