Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1049 const unsigned ResultBitWidth = in solveBlockValueCast() local
1058 Result.markConstantRange(LHSRange.truncate(ResultBitWidth)); in solveBlockValueCast()
1061 Result.markConstantRange(LHSRange.signExtend(ResultBitWidth)); in solveBlockValueCast()
1064 Result.markConstantRange(LHSRange.zeroExtend(ResultBitWidth)); in solveBlockValueCast()