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

/external/llvm/lib/TableGen/
H A DRecord.cpp898 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); local
899 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp348 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
349 /// "(X LOp Y) ROp (X LOp Z)".
351 Instruction::BinaryOps ROp) {
358 switch (ROp) {
368 switch (ROp) {
378 switch (ROp) {
387 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
388 /// "(X ROp Z) LOp (Y ROp Z)".
390 Instruction::BinaryOps ROp) {
350 LeftDistributesOverRight(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
389 RightDistributesOverLeft(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
[all...]

Completed in 550 milliseconds