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

References

unittests/IR/ConstantsTest.cpp
  232   CHECK(ConstantExpr::getFNeg(P1), "fneg float " P1STR);
  239   CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR);
  239   CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR);
  241   CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR);
  241   CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR);
  243   CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR);
  243   CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR);
  246   CHECK(ConstantExpr::getFDiv(P1, P1), "fdiv float " P1STR ", " P1STR);
  246   CHECK(ConstantExpr::getFDiv(P1, P1), "fdiv float " P1STR ", " P1STR);
  249   CHECK(ConstantExpr::getFRem(P1, P1), "frem float " P1STR ", " P1STR);
  249   CHECK(ConstantExpr::getFRem(P1, P1), "frem float " P1STR ", " P1STR);
  266   CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR
  276         P1STR ", " P5STR);