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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2422 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local
2425 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
2449 Cond = Builder.CreateOr(Cond, Builder.CreateICmp(ICmpInst::ICMP_SLT, OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2451 Cond = Builder.CreateOr(Cond, Builder.CreateICmp(ICmpInst::ICMP_EQ, OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2453 Cond = Builder.CreateOr(Cond, Builder.CreateICmp(ICmpInst::ICMP_SGT, OrigLHS, OrigRHS)); in foldICmpSelectConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp9982 auto *OrigLHS = LHS; in isImpliedViaOperations() local
10093 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()