Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp227 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local
228 Scale = Scale.trunc(SmallWidth); in GetLinearExpression()
229 Offset = Offset.trunc(SmallWidth); in GetLinearExpression()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp272 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local
280 unsigned ExtendedBy = NewWidth - SmallWidth; in GetLinearExpression()
289 Offset = Offset.trunc(SmallWidth).sext(NewWidth).zextOrSelf(OldWidth); in GetLinearExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp332 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local
340 unsigned ExtendedBy = NewWidth - SmallWidth; in GetLinearExpression()
349 Offset = Offset.trunc(SmallWidth).sext(NewWidth).zextOrSelf(OldWidth); in GetLinearExpression()