Home
last modified time | relevance | path

Searched refs:ExpandLargeFpConvertLegacyPass (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp633 class ExpandLargeFpConvertLegacyPass : public FunctionPass { class
637 ExpandLargeFpConvertLegacyPass() : FunctionPass(ID) { in ExpandLargeFpConvertLegacyPass() function in __anonafe74fcd0111::ExpandLargeFpConvertLegacyPass
656 char ExpandLargeFpConvertLegacyPass::ID = 0;
657 INITIALIZE_PASS_BEGIN(ExpandLargeFpConvertLegacyPass, "expand-large-fp-convert",
659 INITIALIZE_PASS_END(ExpandLargeFpConvertLegacyPass, "expand-large-fp-convert",
663 return new ExpandLargeFpConvertLegacyPass(); in createExpandLargeFpConvertPass()