Searched refs:getPOWI (Results 1 – 5 of 5) sorted by relevance
55 Libcall getPOWI(EVT RetVT);
386 RTLIB::Libcall RTLIB::getPOWI(EVT RetVT) { in getPOWI() function in RTLIB
679 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in SoftenFloatRes_ExpOp()1797 ExpandFloatRes_Binary(N, RTLIB::getPOWI(N->getValueType(0)), Lo, Hi); in ExpandFloatRes_FPOWI()
4663 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); in ConvertNodeToLibcall()
2530 RTLIB::Libcall LC = IsPowI ? RTLIB::getPOWI(N->getValueType(0)) in PromoteIntOp_ExpOp()