Searched refs:ROp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp319 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
320 /// "(X LOp Y) ROp (X LOp Z)".
322 Instruction::BinaryOps ROp) {
329 switch (ROp) {
339 switch (ROp) {
349 switch (ROp) {
358 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
359 /// "(X ROp Z) LOp (Y ROp Z)".
361 Instruction::BinaryOps ROp) {
321 LeftDistributesOverRight(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
360 RightDistributesOverLeft(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp876 DefInit *ROp = dynamic_cast<DefInit*>(RHSs->getOperator()); local
877 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())

Completed in 113 milliseconds