Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp295 ConstraintSystem &getCS(bool Signed) { in getCS() function in __anon050fee910111::ConstraintInfo
298 const ConstraintSystem &getCS(bool Signed) const { in getCS() function in __anon050fee910111::ConstraintInfo
302 void popLastConstraint(bool Signed) { getCS(Signed).popLastConstraint(); } in popLastConstraint()
304 getCS(Signed).popLastNVariables(N); in popLastNVariables()
833 getCS(R.IsSigned).isConditionImplied(R.Coefficients); in doesHold()
1369 auto &CSToUse = Info.getCS(R.IsSigned); in checkCondition()
1569 auto &CSToUse = getCS(R.IsSigned); in addFact()
1658 auto &CSToUse = Info.getCS(R.IsSigned); in tryToSimplifyOverflowMath()
1749 dumpConstraint(Info.getCS(E.IsSigned).getLastConstraint(), in eliminateConstraints()
1789 if (Info.getCS(CmpInst::isSigned(Pred)).size() > MaxRows) { in eliminateConstraints()
[all …]