Home | History | Annotate | Download | only in IR

Lines Matching defs:SIToFPInst

2336     case SIToFP:   return new SIToFPInst   (S, Ty, Name, InsertBefore);
2357 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd);
2866 SIToFPInst::SIToFPInst(
2872 SIToFPInst::SIToFPInst(
3556 SIToFPInst *SIToFPInst::clone_impl() const {
3557 return new SIToFPInst(getOperand(0), getType());