Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp655 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local
658 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()
662 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()
675 if (NewLHS != OldLHS) { in RewriteExprTree()
676 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DReassociate.cpp680 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local
683 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()
687 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()
700 if (NewLHS != OldLHS) { in RewriteExprTree()
701 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp679 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local
682 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()
686 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()
699 if (NewLHS != OldLHS) { in RewriteExprTree()
700 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp86 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local
90 if (!match(OldLHS, m_BSwap(m_Value(NewLHS)))) in SimplifyBSwap()
98 if (!OldLHS->hasOneUse() && !OldRHS->hasOneUse()) in SimplifyBSwap()
103 if (!OldLHS->hasOneUse()) in SimplifyBSwap()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp88 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local
92 if (!match(OldLHS, m_BSwap(m_Value(NewLHS)))) in SimplifyBSwap()
100 if (!OldLHS->hasOneUse() && !OldRHS->hasOneUse()) in SimplifyBSwap()
105 if (!OldLHS->hasOneUse()) in SimplifyBSwap()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp109 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local
111 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap()
113 IntrinsicInst *IntrLHS = dyn_cast<IntrinsicInst>(OldLHS); in SimplifyBSwap()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3034 const SDLoc &DL, const SDValue OldLHS,
3039 const SDLoc &DL, const SDValue OldLHS,
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3214 const SDLoc &DL, const SDValue OldLHS,
3219 const SDLoc &DL, const SDValue OldLHS,
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp278 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
281 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands()
288 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
391 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp286 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
289 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands()
296 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
399 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands()
/external/clang/lib/Sema/
DSemaExpr.cpp8702 ExprResult OldLHS = LHS; in CheckShiftOperands() local
8707 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10925 ExprResult OldLHS = LHS; in CheckShiftOperands() local
10930 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()