Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1419 bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement() function
1448 if (matchIncrement(IVInc, LHS, Step) && LHS == PN) in getIVIncrement()
1459 if (!matchIncrement(I, LHS, Step)) in isIVIncrement()