Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1502 static bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement() function
1531 if (matchIncrement(IVInc, LHS, Step) && LHS == PN) in getIVIncrement()
1542 if (!matchIncrement(I, LHS, Step)) in isIVIncrement()