Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp756 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local
759 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree()
763 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree()
776 if (NewLHS != OldLHS) { in RewriteExprTree()
777 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp119 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local
121 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap()
123 IntrinsicInst *IntrLHS = dyn_cast<IntrinsicInst>(OldLHS); in SimplifyBSwap()
/external/clang/lib/Sema/
DSemaExpr.cpp8266 ExprResult OldLHS = LHS; in CheckShiftOperands() local
8271 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()