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

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 308 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
310 Libcall getFPROUND(EVT OpVT, EVT RetVT);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 374 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
705 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, RVT);
    [all...]
TargetLowering.cpp 347 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
349 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
    [all...]

Completed in 47 milliseconds