reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
962 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
5030 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true);
lib/IR/Constants.cpp 1586 return getFPToUI(C, Ty, OnlyIfReduced);
lib/IR/Core.cpp 1697 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal),
lib/Transforms/InstCombine/InstCombineCompares.cpp 5767 ? ConstantExpr::getFPToUI(RHSC, IntTy)