Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ResTy

517       Type *ResTy = cast<PointerType>(C->getType())->getElementType();
519 return Constant::getNullValue(ResTy);
521 return UndefValue::get(ResTy);