OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherOp
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
239
Value *BoolCast = 0, *
OtherOp
= 0;
241
BoolCast = Op0,
OtherOp
= Op1;
243
BoolCast = Op1,
OtherOp
= Op0;
248
return BinaryOperator::CreateAnd(V,
OtherOp
);
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
596
SDValue
OtherOp
;
599
OtherOp
= N1;
602
OtherOp
= N0;
608
if (
OtherOp
.getOpcode() == ISD::MUL) {
610
if (requireIntermediatesHaveOneUse && !
OtherOp
.hasOneUse())
612
Mul0 =
OtherOp
.getOperand(0);
613
Mul1 =
OtherOp
.getOperand(1);
625
Addend1 =
OtherOp
;
635
Addend1 =
OtherOp
;
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 197 milliseconds