Home | History | Annotate | Download | only in VMCore

Lines Matching refs:UIToFPInst

2287     case UIToFP:   return new UIToFPInst   (S, Ty, Name, InsertBefore);
2308 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd);
2751 UIToFPInst::UIToFPInst(
2757 UIToFPInst::UIToFPInst(
3449 UIToFPInst *UIToFPInst::clone_impl() const {
3450 return new UIToFPInst(getOperand(0), getType());