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
182
Value *
Op1C
= Op1;
187
Op1C
= Op0;
190
Value *Neg = dyn_castNegVal(
Op1C
);
192
(BO->getOperand(1) ==
Op1C
|| BO->getOperand(1) == Neg) &&
200
if (Op1BO ==
Op1C
)
212
if (Op1BO ==
Op1C
)
260
if (Constant *
Op1C
= dyn_cast<Constant>(Op1)) {
261
if (ConstantFP *Op1F = dyn_cast<ConstantFP>(
Op1C
)) {
266
} else if (
Op1C
->getType()->isVectorTy()) {
267
if (ConstantVector *Op1V = dyn_cast<ConstantVector>(
Op1C
)) {
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
Completed in 663 milliseconds