Searched refs:VITy (Results 1 – 1 of 1) sorted by relevance
2977 if (auto *VITy = dyn_cast<IntegerType>(V->getType())) in visitStoreInst() local2979 if (VITy->getBitWidth() > AITy->getBitWidth()) { in visitStoreInst()2981 V = IRB.CreateLShr(V, VITy->getBitWidth() - AITy->getBitWidth(), in visitStoreInst()