Searched refs:OrigLHS (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 434 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/ |
D | InstCombineCompares.cpp | 2422 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/ |
D | ScalarEvolution.cpp | 9982 auto *OrigLHS = LHS; in isImpliedViaOperations() local 10093 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()
|