OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeftDistributesOverRight
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp
310
///
LeftDistributesOverRight
- Whether "X LOp (Y ROp Z)" is always equal to
312
static bool
LeftDistributesOverRight
(Instruction::BinaryOps LOp,
354
return
LeftDistributesOverRight
(ROp, LOp);
384
if (
LeftDistributesOverRight
(InnerOpcode, TopLevelOpcode))
454
if (Op1 &&
LeftDistributesOverRight
(TopLevelOpcode, Op1->getOpcode())) {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
332
static bool
LeftDistributesOverRight
(Instruction::BinaryOps LOp,
374
return
LeftDistributesOverRight
(ROp, LOp);
469
if (
LeftDistributesOverRight
(InnerOpcode, TopLevelOpcode))
606
if (Op1 &&
LeftDistributesOverRight
(TopLevelOpcode, Op1->getOpcode())) {
[
all
...]
Completed in 271 milliseconds