Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp472 unsigned NewLoadSize = Offset + LoadSize; in getLoadValueForLoad() local
473 if (!isPowerOf2_32(NewLoadSize)) in getLoadValueForLoad()
474 NewLoadSize = NextPowerOf2(NewLoadSize); in getLoadValueForLoad()
481 Type *DestTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8); in getLoadValueForLoad()
497 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in getLoadValueForLoad()