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

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp790 Value *OldRHS = Op->getOperand(1); local
792 if (NewLHS == OldLHS && NewRHS == OldRHS)
796 if (NewLHS == OldRHS && NewRHS == OldLHS) {
815 if (NewRHS != OldRHS) {
816 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp119 Value *OldRHS = I.getOperand(1); local
121 ConstantInt *ConstRHS = dyn_cast<ConstantInt>(OldRHS);
123 IntrinsicInst *IntrRHS = dyn_cast<IntrinsicInst>(OldRHS);

Completed in 272 milliseconds