Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp166 static bool reassociateSubLHS(Loop *L, Value *VariantLHS, Value *InvariantRHS,
296 if (reassociateSubLHS(L, LHS, RHS, Pred, SE, Index, End)) in parseRangeCheckICmp()
367 bool InductiveRangeCheck::reassociateSubLHS( in reassociateSubLHS() function in InductiveRangeCheck