Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() function
123 if (IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) { in TransformImpl()
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() function
133 IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) { in TransformImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIVUsers.cpp129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() function
258 bool Result = IVUseShouldUsePostIncValue(User, I, L, DT); in AddUsersImpl()