Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp380 unsigned NewLoadSize = Offset + LoadSize; in getLoadValueForLoad() local
381 if (!isPowerOf2_32(NewLoadSize)) in getLoadValueForLoad()
382 NewLoadSize = NextPowerOf2(NewLoadSize); in getLoadValueForLoad()
389 Type *DestPTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8); in getLoadValueForLoad()
405 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in getLoadValueForLoad()