OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:And1
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
667
SDValue And0 = N->getOperand(0),
And1
= N->getOperand(1);
680
if (
And1
.getOpcode() != ISD::AND)
683
if (!(CN = dyn_cast<ConstantSDNode>(
And1
.getOperand(1))) ||
691
SDValue Shl =
And1
.getOperand(0);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
Completed in 138 milliseconds