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

References

lib/ExecutionEngine/ExecutionEngine.cpp
  845         APFloat apfLHS = APFloat(Sem, LHS.IntVal);
  849             apfLHS.add(APFloat(Sem, RHS.IntVal), APFloat::rmNearestTiesToEven);
  853             apfLHS.subtract(APFloat(Sem, RHS.IntVal),
  858             apfLHS.multiply(APFloat(Sem, RHS.IntVal),
  863             apfLHS.divide(APFloat(Sem, RHS.IntVal),
  868             apfLHS.mod(APFloat(Sem, RHS.IntVal));