Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp434 ExprResult OrigLHS = LHS; in ParseRHSOfBinaryExpression() local
461 Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParseRHSOfBinaryExpression()
1477 ExprResult OrigLHS = LHS; in ParsePostfixExpressionSuffix() local
1491 (void)Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParsePostfixExpressionSuffix()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2684 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local
2687 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
2712 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2715 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2718 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10303 auto *OrigLHS = LHS; in isImpliedViaOperations() local
10414 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()