Home | History | Annotate | Download | only in IPO

Lines Matching refs:GlobalType

834   Type *GlobalType;
836 GlobalType = AllocTy;
839 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
844 GlobalType, false,
846 UndefValue::get(GlobalType),