Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1183 unsigned NewLoadSize = Offset+LoadSize; in GetLoadValueForLoad() local
1184 if (!isPowerOf2_32(NewLoadSize)) in GetLoadValueForLoad()
1185 NewLoadSize = NextPowerOf2(NewLoadSize); in GetLoadValueForLoad()
1194 IntegerType::get(LoadTy->getContext(), NewLoadSize*8); in GetLoadValueForLoad()
1211 NewLoadSize*8-SrcVal->getType()->getPrimitiveSizeInBits()); in GetLoadValueForLoad()