[ConstantRange] Fix a couple cases where we were possibly throwing away an...
[ConstantRange] Fix a couple cases where we were possibly throwing away an APInt allocation we could reuse. NFC This uses setAllBits to replace getMaxValue and operator=(uint64_t) instead of constructing an APInt from uint64_t. llvm-svn: 301761
Loading
Please sign in to comment