Searched refs:OrigRHS (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3222 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local 3225 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant() 3247 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 3250 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 3253 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12994 const SCEV *OrigRHS = RHS; in howManyLessThans() local 13069 assert(isAvailableAtLoopEntry(OrigRHS, L) && "Must be!"); in howManyLessThans() 13072 isLoopEntryGuardedByCond(L, Cond, OrigStartMinusStride, OrigRHS)) { in howManyLessThans() 13101 const SCEV *GuardedRHS = applyLoopGuards(OrigRHS, L); in howManyLessThans() 13104 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart) || in howManyLessThans() 13120 return isLoopEntryGuardedByCond(L, CondGT, OrigRHS, StartMinusOne); in howManyLessThans()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 9762 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local 9765 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands() 9775 if (OrigRHS.Conversion) { in InvalidOperands() 9776 Diag(OrigRHS.Conversion->getLocation(), in InvalidOperands()
|
H A D | SemaOverload.cpp | 14904 Expr *OrigRHS = RHS; in BuildSynthesizedThreeWayComparison() local 14974 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
|