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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp334 /// Return whether "X LOp (Y ROp Z)" is always equal to
335 /// "(X LOp Y) ROp (X LOp Z)".
337 Instruction::BinaryOps ROp) {
344 switch (ROp) {
354 switch (ROp) {
364 switch (ROp) {
373 /// Return whether "(X LOp Y) ROp Z" is always equal to
374 /// "(X ROp Z) LOp (Y ROp Z)".
376 Instruction::BinaryOps ROp) {
336 LeftDistributesOverRight(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
375 RightDistributesOverLeft(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp758 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); local
759 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())

Completed in 48 milliseconds