Home | History | Annotate | Download | only in IR

Lines Matching refs:FPExtInst

2334     case FPExt:    return new FPExtInst    (S, Ty, Name, InsertBefore);
2355 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2842 FPExtInst::FPExtInst(
2848 FPExtInst::FPExtInst(
3548 FPExtInst *FPExtInst::clone_impl() const {
3549 return new FPExtInst(getOperand(0), getType());