reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
103 if (SrcTy == DestTy) 109 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) 139 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { 146 return Constant::getNullValue(DestTy); 162 return ConstantPointerNull::get(cast<PointerType>(DestTy)); 166 if (DestTy->isIntegerTy()) 172 if (DestTy->isFloatingPointTy() && !DestTy->isPPC_FP128Ty()) 172 if (DestTy->isFloatingPointTy() && !DestTy->isPPC_FP128Ty()) 173 return ConstantFP::get(DestTy->getContext(), 174 APFloat(DestTy->getFltSemantics(), 193 if (!DestTy->isIntegerTy())