Home | History | Annotate | Download | only in Utils

Lines Matching refs:LdExp

1114   // Turn exp2(sitofp(x)) -> ldexp(1.0, sext(x))  if sizeof(x) <= 32
1115 // Turn exp2(uitofp(x)) -> ldexp(1.0, zext(x)) if sizeof(x) < 32
1116 LibFunc::Func LdExp = LibFunc::ldexpl;
1118 LdExp = LibFunc::ldexpf;
1120 LdExp = LibFunc::ldexp;
1122 if (TLI->has(LdExp)) {
1139 M->getOrInsertFunction(TLI->getName(LdExp), Op->getType(),