Home
last modified time | relevance | path

Searched defs:ROp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp674 const auto *ROp = R->getOperand(I); in equivalentAsOperands() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp611 return ROp == Instruction::Add || ROp == Instruction::Sub; in rightDistributesOverLeft() argument
590 leftDistributesOverRight(Instruction::BinaryOps LOp,Instruction::BinaryOps ROp) leftDistributesOverRight() argument
[all...]
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1216 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); Fold() local