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

References

lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  441     if (!Exp->getType()->isFloatTy())
  442       V = ConstantExpr::getFPExtend(V, Exp->getType());
  443     return BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V);
  470     if (!Exp->getType()->isFloatTy())
  471       V = ConstantExpr::getFPExtend(V, Exp->getType());
  473       V0 = ConstantExpr::getFPExtend(V0, Exp->getType());
  475     Value *Cond = BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V);