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