Home
last modified time | relevance | path

Searched defs:popLastConstraint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h162 void popLastConstraint() { Constraints.pop_back(); } popLastConstraint() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp302 void popLastConstraint(bool Signed) { getCS(Signed).popLastConstraint(); } in popLastConstraint() function in __anon050fee910111::ConstraintInfo