reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
344 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) 345 return ConstantInt::get(Ty->getContext(), 348 if (Ty->isFloatingPointTy()) { 349 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(), 350 !Ty->isPPC_FP128Ty()); 351 return ConstantFP::get(Ty->getContext(), FL); 354 VectorType *VTy = cast<VectorType>(Ty);