Home | History | Annotate | Download | only in IR

Lines Matching defs:UIToFPInst

2335     case UIToFP:   return new UIToFPInst   (S, Ty, Name, InsertBefore);
2356 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd);
2854 UIToFPInst::UIToFPInst(
2860 UIToFPInst::UIToFPInst(
3552 UIToFPInst *UIToFPInst::clone_impl() const {
3553 return new UIToFPInst(getOperand(0), getType());