Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp616 Value *OldRHS = Op->getOperand(1); in RewriteExprTree() local
618 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()
622 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()
641 if (NewRHS != OldRHS) { in RewriteExprTree()
642 BinaryOperator *BO = isReassociableOp(OldRHS, Opcode); in RewriteExprTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3885 const SDValue OldRHS) const;
3890 const SDValue OldRHS, SDValue &Chain,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp295 const SDValue OldRHS) const { in softenSetCCOperands()
298 OldRHS, Chain); in softenSetCCOperands()
305 const SDValue OldRHS, in softenSetCCOperands() argument
408 OldRHS.getValueType() }; in softenSetCCOperands()
H A DDAGCombiner.cpp10295 SDValue OldRHS = N0.getOperand(1); in foldBitOrderCrossLogicOp() local
10299 if (OldLHS.getOpcode() == Opcode && OldRHS.getOpcode() == Opcode) { in foldBitOrderCrossLogicOp()
10301 OldRHS.getOperand(0)); in foldBitOrderCrossLogicOp()
10305 SDValue NewBitReorder = DAG.getNode(Opcode, DL, VT, OldRHS); in foldBitOrderCrossLogicOp()
10310 if (OldRHS.getOpcode() == Opcode && OldRHS.hasOneUse()) { in foldBitOrderCrossLogicOp()
10313 OldRHS.getOperand(0)); in foldBitOrderCrossLogicOp()