Home
last modified time | relevance | path

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

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