reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3139 LC = RTLIB::SDIV_I16; 3141 LC = RTLIB::SDIV_I32; 3143 LC = RTLIB::SDIV_I64; 3145 LC = RTLIB::SDIV_I128; 3146 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); 3150 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, CallOptions, dl).first, Lo, Hi);