Home | History | Annotate | Download | only in IPO

Lines Matching defs:ElemTy

1754     Type *ElemTy = GV->getType()->getElementType();
1756 AllocaInst *Alloca = new AllocaInst(ElemTy, nullptr,
2492 Type *ElemTy = cast<PointerType>(GV->getType())->getElementType();
2495 DL->getTypeStoreSize(ElemTy)) {