Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp475 unsigned NewLoadSize = Offset + LoadSize; in getLoadValueForLoad() local
476 if (!isPowerOf2_32(NewLoadSize)) in getLoadValueForLoad()
477 NewLoadSize = NextPowerOf2(NewLoadSize); in getLoadValueForLoad()
484 Type *DestTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8); in getLoadValueForLoad()
500 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in getLoadValueForLoad()