Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ResTy

486       Type *ResTy = cast<PointerType>(C->getType())->getElementType();
488 return Constant::getNullValue(ResTy);
490 return UndefValue::get(ResTy);