Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GV

530     if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Pointer)) {
533 if (GV->isConstant())
535 StringRef Name = GV->getName();
1020 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
1021 if (!GV)
1024 assert(GV->hasDefinitiveInitializer() &&
1029 // Dig the constructor functions out of GV's initializer.
1030 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer());
3225 if (const GlobalVariable *GV =
3228 if (GV->isConstant())