Home | History | Annotate | Download | only in IR

Lines Matching defs:FPExtInst

2306   case FPExt:         return new FPExtInst         (S, Ty, Name, InsertBefore);
2328 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2897 FPExtInst::FPExtInst(
2903 FPExtInst::FPExtInst(
3594 FPExtInst *FPExtInst::clone_impl() const {
3595 return new FPExtInst(getOperand(0), getType());