Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp994 unsigned NewLoadSize = Offset+LoadSize; in GetLoadValueForLoad() local
995 if (!isPowerOf2_32(NewLoadSize)) in GetLoadValueForLoad()
996 NewLoadSize = NextPowerOf2(NewLoadSize); in GetLoadValueForLoad()
1005 IntegerType::get(LoadTy->getContext(), NewLoadSize*8); in GetLoadValueForLoad()
1022 NewLoadSize*8-SrcVal->getType()->getPrimitiveSizeInBits()); in GetLoadValueForLoad()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1038 unsigned NewLoadSize = Offset+LoadSize; in GetLoadValueForLoad() local
1039 if (!isPowerOf2_32(NewLoadSize)) in GetLoadValueForLoad()
1040 NewLoadSize = NextPowerOf2(NewLoadSize); in GetLoadValueForLoad()
1049 IntegerType::get(LoadTy->getContext(), NewLoadSize*8); in GetLoadValueForLoad()
1065 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in GetLoadValueForLoad()