Home | History | Annotate | Download | only in IR

Lines Matching defs:FPExtInst

2384   case FPExt:         return new FPExtInst         (S, Ty, Name, InsertBefore);
2406 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2944 FPExtInst::FPExtInst(
2950 FPExtInst::FPExtInst(
3641 FPExtInst *FPExtInst::clone_impl() const {
3642 return new FPExtInst(getOperand(0), getType());