OpenGrok
Cross Reference: InstCombineAndOrXor.cpp
xref
: /
external
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombineAndOrXor.cpp
Home
|
History
|
Annotate
|
Download
|
only in
InstCombine
Lines Matching
full:maskb
1650
APInt
MaskB
= AndMask & Bit;
1651
if (
MaskB
== 0) {