Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Ty

183   PointerType *Ty = dyn_cast<PointerType>(Op->getType());
184 if (!Ty || isa<FunctionType>(Ty->getElementType()))
2051 Type *Ty = CI->getArgOperand(0)->getType();
2052 new StoreInst(UndefValue::get(cast<PointerType>(Ty)->getElementType()),
2053 Constant::getNullValue(Ty),
2066 Type *Ty = CI->getArgOperand(0)->getType();
2067 new StoreInst(UndefValue::get(cast<PointerType>(Ty)->getElementType()),
2068 Constant::getNullValue(Ty),