Home | History | Annotate | Download | only in IR

Lines Matching refs:UIToFPInst

2656   case UIToFP:        return new UIToFPInst        (S, Ty, Name, InsertBefore);
2678 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd);
3258 UIToFPInst::UIToFPInst(
3264 UIToFPInst::UIToFPInst(
3975 UIToFPInst *UIToFPInst::cloneImpl() const {
3976 return new UIToFPInst(getOperand(0), getType());