Searched refs:SDIVREM_I16 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRuntimeLibcalls.h73 SDIVREM_I16, enumerator in enum:llvm::RTLIB::Libcall
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1996 case MVT::i16: LC= isSigned ? RTLIB::SDIVREM_I16 : RTLIB::UDIVREM_I16; break;
2043 case MVT::i16: LC= isSigned ? RTLIB::SDIVREM_I16 : RTLIB::UDIVREM_I16; break;
H A DTargetLowering.cpp82 Names[RTLIB::SDIVREM_I16] = 0;

Completed in 358 milliseconds