Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h137 static SmallVector<int64_t, 8> toStrictLessThan(SmallVector<int64_t, 8> R) { in toStrictLessThan() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp803 auto StrictLessThan = ConstraintSystem::toStrictLessThan(Coefficients); in isImpliedBy()