OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RightDistributesOverLeft
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp
349
///
RightDistributesOverLeft
- Whether "(X LOp Y) ROp Z" is always equal to
351
static bool
RightDistributesOverLeft
(Instruction::BinaryOps LOp,
406
if (
RightDistributesOverLeft
(TopLevelOpcode, InnerOpcode))
429
if (Op0 &&
RightDistributesOverLeft
(Op0->getOpcode(), TopLevelOpcode)) {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
371
static bool
RightDistributesOverLeft
(Instruction::BinaryOps LOp,
488
if (!SimplifiedInst &&
RightDistributesOverLeft
(TopLevelOpcode, InnerOpcode))
581
if (Op0 &&
RightDistributesOverLeft
(Op0->getOpcode(), TopLevelOpcode)) {
[
all
...]
Completed in 381 milliseconds