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.cpp280 ConstraintSystem &getCS(bool Signed) { in getCS() function in __anon050fee910111::ConstraintInfo
283 const ConstraintSystem &getCS(bool Signed) const { in getCS() function in __anon050fee910111::ConstraintInfo
287 void popLastConstraint(bool Signed) { getCS(Signed).popLastConstraint(); } in popLastConstraint()
289 getCS(Signed).popLastNVariables(N); in popLastNVariables()
891 getCS(R.IsSigned).isConditionImplied(R.Coefficients); in doesHold()
1428 auto &CSToUse = Info.getCS(R.IsSigned); in checkCondition()
1679 auto &CSToUse = getCS(R.IsSigned); in addFactImpl()
1768 auto &CSToUse = Info.getCS(R.IsSigned); in tryToSimplifyOverflowMath()
1857 dumpConstraint(Info.getCS(E.IsSigned).getLastConstraint(), in eliminateConstraints()
1897 if (Info.getCS(CmpInst::isSigned(Pred)).size() > MaxRows) { in eliminateConstraints()
[all …]