Searched refs:GVElType (Results 1 – 2 of 2) sorted by relevance
1553 Type *GVElType = GV->getValueType(); in TryToShrinkGlobalToBoolean() local1560 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()1561 GVElType->isFloatingPointTy() || in TryToShrinkGlobalToBoolean()1562 GVElType->isPointerTy() || GVElType->isVectorTy()) in TryToShrinkGlobalToBoolean()
1610 Type *GVElType = GV->getType()->getElementType(); in TryToShrinkGlobalToBoolean() local1617 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()1618 GVElType->isFloatingPointTy() || in TryToShrinkGlobalToBoolean()1619 GVElType->isPointerTy() || GVElType->isVectorTy()) in TryToShrinkGlobalToBoolean()