[InstCombine] Don't create extra ConstantInt objects in foldSelectICmpAnd. NFCI
Instead just use APInt objects and only create a ConstantInt at the end if we need it for the Offset. llvm-svn: 307270
Loading
Please register or sign in to comment
Instead just use APInt objects and only create a ConstantInt at the end if we need it for the Offset. llvm-svn: 307270