HomeSort by relevance Sort by last modified time
    Searched refs:IVUseShouldUsePostIncValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 21 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand,
133 IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 21 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand,
123 if (IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) {

Completed in 72 milliseconds