Home
last modified time | relevance | path

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

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