Home | History | Annotate | Download | only in VMCore

Lines Matching defs:FPToSIInst

2261     case FPToSI:   return new FPToSIInst   (S, Ty, Name, InsertBefore);
2284 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
2759 FPToSIInst::FPToSIInst(
2765 FPToSIInst::FPToSIInst(
3408 FPToSIInst *FPToSIInst::clone_impl() const {
3409 return new FPToSIInst(getOperand(0), getType());