Searched refs:GVElType (Results 1 – 1 of 1) sorted by relevance
1794 Type *GVElType = GV->getType()->getElementType(); in TryToShrinkGlobalToBoolean() local1801 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()1802 GVElType->isFloatingPointTy() || in TryToShrinkGlobalToBoolean()1803 GVElType->isPointerTy() || GVElType->isVectorTy()) in TryToShrinkGlobalToBoolean()