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

References

lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  168     Cond = createCond(CI, CmpInst::FCMP_OLT, 1.0f);
  176     Cond = createCond(CI, CmpInst::FCMP_OLT, 0.0f);
  256     Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f);
  266     Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f);
  336   return createCond(CI, CmpInst::FCMP_OGT, UpperBound);