Home
last modified time | relevance | path

Searched refs:OldLHS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp615 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local
618 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()
622 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()
635 if (NewLHS != OldLHS) { in RewriteExprTree()
636 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp435 const Init *OldLHS = TI->getLHS(); in resolve() local
437 const Init *LHS = OldLHS->resolveReferences(R); in resolve()
438 if (LHS == OldLHS) { in resolve()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4039 const SDLoc &DL, const SDValue OldLHS,
4044 const SDLoc &DL, const SDValue OldLHS,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp308 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
311 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands()
318 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
421 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11727 ExprResult OldLHS = LHS; in CheckShiftOperands() local
11732 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()