OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigCst
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
779
ConstantInt *AndCst, *SmallCst = 0, *
BigCst
= 0;
785
BigCst
= LHSCst;
791
BigCst
= RHSCst;
794
if (SmallCst &&
BigCst
) {
795
unsigned BigBitSize =
BigCst
->getType()->getBitWidth();
800
if ((Low & AndCst->getValue()) == 0 && (Low &
BigCst
->getValue()) == 0) {
802
APInt N = SmallCst->getValue().zext(BigBitSize) |
BigCst
->getValue();
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
Completed in 598 milliseconds