Home | History | Annotate | Download | only in IR

Lines Matching refs:UIToFPInst

2385   case UIToFP:        return new UIToFPInst        (S, Ty, Name, InsertBefore);
2407 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd);
2956 UIToFPInst::UIToFPInst(
2962 UIToFPInst::UIToFPInst(
3645 UIToFPInst *UIToFPInst::clone_impl() const {
3646 return new UIToFPInst(getOperand(0), getType());