OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Op1C
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
213
Value *
Op1C
= Op1;
218
Op1C
= Op0;
221
Value *Neg = dyn_castNegVal(
Op1C
);
223
(BO->getOperand(1) ==
Op1C
|| BO->getOperand(1) == Neg) &&
231
if (Op1BO ==
Op1C
)
243
if (Op1BO ==
Op1C
)
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
Completed in 54 milliseconds