Searched defs:ResultWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1152 unsigned ResultWidth = cast<IntegerType>(Ty)->getBitWidth(); local
1153 assert(ResultWidth <= 64 &&
1160 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth,

Completed in 38 milliseconds