Searched refs:getStorageBitwidth (Results 1 – 4 of 4) sorted by relevance
27 unsigned width = ConstantIntRanges::getStorageBitwidth(value.getType()); in getPessimisticValueState()163 unsigned int width = ConstantIntRanges::getStorageBitwidth(boundType); in visitNonControlFlowArguments()
57 static unsigned getStorageBitwidth(Type type);
475 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in inferResultRanges()487 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in extSIRange()505 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in truncIRange()527 unsigned srcWidth = ConstantIntRanges::getStorageBitwidth(sourceType); in inferResultRanges()528 unsigned destWidth = ConstantIntRanges::getStorageBitwidth(destType); in inferResultRanges()
29 unsigned ConstantIntRanges::getStorageBitwidth(Type type) { in getStorageBitwidth() function in ConstantIntRanges