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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 81 case ISD::UMAX: Res = PromoteIntRes_ZExtIntBinOp(N); break;
130 case ISD::UREM: Res = PromoteIntRes_ZExtIntBinOp(N); break;
662 SDValue DAGTypeLegalizer::PromoteIntRes_ZExtIntBinOp(SDNode *N) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 83 case ISD::UMAX: Res = PromoteIntRes_ZExtIntBinOp(N); break;
132 case ISD::UREM: Res = PromoteIntRes_ZExtIntBinOp(N); break;
653 SDValue DAGTypeLegalizer::PromoteIntRes_ZExtIntBinOp(SDNode *N) {
    [all...]

Completed in 52 milliseconds