Home | History | Annotate | Download | only in IR

Lines Matching defs:FPToSIInst

2388   case FPToSI:        return new FPToSIInst        (S, Ty, Name, InsertBefore);
2410 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
2992 FPToSIInst::FPToSIInst(
2998 FPToSIInst::FPToSIInst(
3657 FPToSIInst *FPToSIInst::clone_impl() const {
3658 return new FPToSIInst(getOperand(0), getType());