Searched refs:IVUseShouldUsePostIncValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() function 123 if (IVUseShouldUsePostIncValue(User, OperandValToReplace, L, &DT)) { in TransformImpl()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 29 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/ |
D | IVUsers.cpp | 129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() function 258 bool Result = IVUseShouldUsePostIncValue(User, I, L, DT); in AddUsersImpl()
|