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

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

Completed in 117 milliseconds