Home | History | Annotate | Download | only in IPO

Lines Matching refs:GVElType

1610   Type *GVElType = GV->getType()->getElementType();
1612 // If GVElType is already i1, it is already shrunk. If the type of the GV is
1617 if (GVElType == Type::getInt1Ty(GV->getContext()) ||
1618 GVElType->isFloatingPointTy() ||
1619 GVElType->isPointerTy() || GVElType->isVectorTy())