llvm/include
Craig Topper be583f25e0 [APInt] Implement APInt::intersects without creating a temporary APInt in the multiword case
Summary: This is a simple question we should be able to answer without creating a temporary to hold the AND result. We can also get an early out as soon as we find a word that intersects.

Reviewers: RKSimon, hans, spatel, davide

Reviewed By: hans, davide

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32253

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300812 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-20 02:11:27 +00:00
..
llvm [APInt] Implement APInt::intersects without creating a temporary APInt in the multiword case 2017-04-20 02:11:27 +00:00
llvm-c Introducing LLVMMetadataRef 2017-04-17 11:52:54 +00:00