Searched refs:IVUseShouldUsePostIncValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp121 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, function
258 bool Result = IVUseShouldUsePostIncValue(User, I, L, DT);

Completed in 91 milliseconds