Home
last modified time | relevance | path

Searched refs:addVariableRow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstraintSystem.h40 bool addVariableRow(const SmallVector<int64_t, 8> &R) { in addVariableRow() function
61 return addVariableRow(R); in addVariableRowFill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstraintSystem.cpp156 NewSystem.addVariableRow(R); in isConditionImplied()