OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallCst
(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;
784
SmallCst
= RHSCst;
790
SmallCst
= LHSCst;
794
if (
SmallCst
&& BigCst) {
796
unsigned SmallBitSize =
SmallCst
->getType()->getBitWidth();
802
APInt N =
SmallCst
->getValue().zext(BigBitSize) | BigCst->getValue();
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
Completed in 517 milliseconds