Lines Matching full:apint
185 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)186 : llvm::APInt::getMaxValue(TypeWidth);