Searched refs:GVElType (Results 1 – 1 of 1) sorted by relevance
1132 Type *GVElType = GV->getValueType(); in TryToShrinkGlobalToBoolean() local1139 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()1140 GVElType->isFloatingPointTy() || in TryToShrinkGlobalToBoolean()1141 GVElType->isPointerTy() || GVElType->isVectorTy()) in TryToShrinkGlobalToBoolean()