reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1565 assert(C && Ty && "Null arguments to getCast"); 1566 assert(CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"); 1572 return getTrunc(C, Ty, OnlyIfReduced); 1574 return getZExt(C, Ty, OnlyIfReduced); 1576 return getSExt(C, Ty, OnlyIfReduced); 1578 return getFPTrunc(C, Ty, OnlyIfReduced); 1580 return getFPExtend(C, Ty, OnlyIfReduced); 1582 return getUIToFP(C, Ty, OnlyIfReduced); 1584 return getSIToFP(C, Ty, OnlyIfReduced); 1586 return getFPToUI(C, Ty, OnlyIfReduced); 1588 return getFPToSI(C, Ty, OnlyIfReduced); 1590 return getPtrToInt(C, Ty, OnlyIfReduced); 1592 return getIntToPtr(C, Ty, OnlyIfReduced); 1594 return getBitCast(C, Ty, OnlyIfReduced); 1596 return getAddrSpaceCast(C, Ty, OnlyIfReduced);