Searched refs:TITy (Results 1 – 1 of 1) sorted by relevance
2415 if (auto *TITy = dyn_cast<IntegerType>(TargetTy)) in visitLoadInst() local2416 if (AITy->getBitWidth() < TITy->getBitWidth()) { in visitLoadInst()2417 V = IRB.CreateZExt(V, TITy, "load.ext"); in visitLoadInst()2419 V = IRB.CreateShl(V, TITy->getBitWidth() - AITy->getBitWidth(), in visitLoadInst()