Lines Matching defs:ExpoI
2129 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize())) {
2134 {Ty, ExpoI->getType()},
2135 {One, ExpoI}, Pow, "exp2"));
2139 One, ExpoI, TLI, LibFunc_ldexp, LibFunc_ldexpf,
2341 APFloat ExpoI(*ExpoF);
2354 if (ExpoI.roundToIntegral(APFloat::rmTowardNegative) !=
2357 if (!ExpoI.isInteger())
2359 ExpoF = &ExpoI;
2388 if (Value *ExpoI = getIntToFPVal(Expo, B, TLI->getIntSize()))
2389 return copyFlags(*Pow, createPowWithIntegerExponent(Base, ExpoI, M, B));