D | Instructions.cpp | 2750 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertBefore); in Create() 2772 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 3365 SIToFPInst::SIToFPInst( in SIToFPInst() function in SIToFPInst 3371 SIToFPInst::SIToFPInst( in SIToFPInst() function in SIToFPInst 4204 SIToFPInst *SIToFPInst::cloneImpl() const { in cloneImpl() 4205 return new SIToFPInst(getOperand(0), getType()); in cloneImpl()
|