Searched refs:OrigRHS (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 2879 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local 2882 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant() 2907 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 2910 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 2913 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 12947 const SCEV *OrigRHS = RHS; in howManyLessThans() local 12979 assert(isAvailableAtLoopEntry(OrigRHS, L) && "Must be!"); in howManyLessThans() 12982 isLoopEntryGuardedByCond(L, Cond, OrigStartMinusStride, OrigRHS)) { in howManyLessThans() 13011 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart)) in howManyLessThans() 13026 return isLoopEntryGuardedByCond(L, CondGT, OrigRHS, StartMinusOne); in howManyLessThans()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExpr.cpp | 10351 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local 10354 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands() 10364 if (OrigRHS.Conversion) { in InvalidOperands() 10365 Diag(OrigRHS.Conversion->getLocation(), in InvalidOperands()
|
| D | SemaOverload.cpp | 14255 Expr *OrigRHS = RHS; in BuildSynthesizedThreeWayComparison() local 14325 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
|