Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:InitType

1537   llvm::Type* InitType = Init->getType();
1538 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType);
1561 GV->getType()->getElementType() != InitType ||
1569 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType));