Home
last modified time | relevance | path

Searched refs:VITy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2535 if (auto *VITy = dyn_cast<IntegerType>(V->getType())) in visitStoreInst() local
2537 if (VITy->getBitWidth() > AITy->getBitWidth()) { in visitStoreInst()
2539 V = IRB.CreateLShr(V, VITy->getBitWidth() - AITy->getBitWidth(), in visitStoreInst()