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

References

lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  148     Cond = createOrCond(CI, CmpInst::FCMP_OLT, -1.0f, CmpInst::FCMP_OGT, 1.0f);
  159     Cond = createOrCond(CI, CmpInst::FCMP_OEQ, INFINITY, CmpInst::FCMP_OEQ,
  168     Cond = createCond(CI, CmpInst::FCMP_OLT, 1.0f);
  176     Cond = createCond(CI, CmpInst::FCMP_OLT, 0.0f);
  182   shrinkWrapCI(CI, Cond);