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

References

lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  237     Cond = createOrCond(CI, CmpInst::FCMP_OLE, -1.0f, CmpInst::FCMP_OGE, 1.0f);
  256     Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f);
  266     Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f);
  274     Cond = generateCondForPow(CI, Func);
  275     if (Cond == nullptr)
  282   assert(Cond && "performCallErrors should not see an empty condition");
  283   shrinkWrapCI(CI, Cond);