Searched refs:SmallWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp256 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); local
257 Scale = Scale.trunc(SmallWidth);
258 Offset = Offset.trunc(SmallWidth);

Completed in 258 milliseconds