1
0
mirror of https://github.com/RPCSX/llvm.git synced 2025-01-14 16:40:42 +00:00
Sanjay Patel c2b0974b93 [InstSimplify] improve getTrue/getFalse; NFCI
The ConstantInt version has the same assert, and using null/allOnes is likely less efficient.
The only advantage of these local variants (and there's probably a better way to achieve this?)
is to save typing "ConstantInt::" over and over.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300426 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-16 17:43:11 +00:00
..