Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ResTy

589       Type *ResTy = cast<PointerType>(C->getType())->getElementType();
591 return Constant::getNullValue(ResTy);
593 return UndefValue::get(ResTy);