reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 1483       Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul");
 1508       (isa<SIToFPInst>(Expo) || isa<UIToFPInst>(Expo)) &&
 1508       (isa<SIToFPInst>(Expo) || isa<UIToFPInst>(Expo)) &&
 1510     if (Value *ExpoI = getIntToFPVal(Expo, B))
 1529       Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul");
 1543     return emitUnaryFloatFnCall(Expo, TLI, LibFunc_exp10, LibFunc_exp10f,
 1556       Value *FMul = B.CreateFMul(Log, Expo, "mul");