Searched refs:GVElType (Results 1 – 1 of 1) sorted by relevance
1605 Type *GVElType = GV->getType()->getElementType(); in TryToShrinkGlobalToBoolean() local1612 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()1613 GVElType->isFloatingPointTy() || in TryToShrinkGlobalToBoolean()1614 GVElType->isPointerTy() || GVElType->isVectorTy()) in TryToShrinkGlobalToBoolean()