Searched refs:VITy (Results 1 – 2 of 2) sorted by relevance
2647 if (auto *VITy = dyn_cast<IntegerType>(V->getType())) in visitStoreInst() local2649 if (VITy->getBitWidth() > AITy->getBitWidth()) { in visitStoreInst()2651 V = IRB.CreateLShr(V, VITy->getBitWidth() - AITy->getBitWidth(), in visitStoreInst()
2535 if (auto *VITy = dyn_cast<IntegerType>(V->getType())) in visitStoreInst() local2537 if (VITy->getBitWidth() > AITy->getBitWidth()) { in visitStoreInst()2539 V = IRB.CreateLShr(V, VITy->getBitWidth() - AITy->getBitWidth(), in visitStoreInst()