Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1504 static bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement() function
1533 if (matchIncrement(IVInc, LHS, Step) && LHS == PN) in getIVIncrement()
1544 if (!matchIncrement(I, LHS, Step)) in isIVIncrement()