HomeSort by relevance Sort by last modified time
    Searched refs:PromoteIntRes_SimpleIntBinOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 251 SDValue PromoteIntRes_SimpleIntBinOp(SDNode *N);
    [all...]
LegalizeIntegerTypes.cpp 109 case ISD::MUL: Res = PromoteIntRes_SimpleIntBinOp(N); break;
585 SDValue DAGTypeLegalizer::PromoteIntRes_SimpleIntBinOp(SDNode *N) {
    [all...]

Completed in 37 milliseconds