Home | History | Annotate | Download | only in VMCore

Lines Matching defs:UIToFPInst

2258     case UIToFP:   return new UIToFPInst   (S, Ty, Name, InsertBefore);
2281 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd);
2723 UIToFPInst::UIToFPInst(
2729 UIToFPInst::UIToFPInst(
3396 UIToFPInst *UIToFPInst::clone_impl() const {
3397 return new UIToFPInst(getOperand(0), getType());