Home | History | Annotate | Download | only in IR

Lines Matching refs:FPToSIInst

2338     case FPToSI:   return new FPToSIInst   (S, Ty, Name, InsertBefore);
2359 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
2890 FPToSIInst::FPToSIInst(
2896 FPToSIInst::FPToSIInst(
3564 FPToSIInst *FPToSIInst::clone_impl() const {
3565 return new FPToSIInst(getOperand(0), getType());