Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InitType

2297   llvm::Type* InitType = Init->getType();
2298 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType);
2322 GV->getType()->getElementType() != InitType ||
2330 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType));