reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1818 assert(CastInst::castIsValid(Instruction::AddrSpaceCast, C, DstTy) && 1824 PointerType *DstScalarTy = cast<PointerType>(DstTy->getScalarType()); 1828 if (VectorType *VT = dyn_cast<VectorType>(DstTy)) { 1834 return getFoldedCast(Instruction::AddrSpaceCast, C, DstTy, OnlyIfReduced);