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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp144 ConstraintSystem &getCS(bool Signed) { function in class:__anon3429::ConstraintInfo
147 const ConstraintSystem &getCS(bool Signed) const { function in class:__anon3429::ConstraintInfo
151 void popLastConstraint(bool Signed) { getCS(Signed).popLastConstraint(); }
153 getCS(Signed).popLastNVariables(N);
543 getCS(R.IsSigned).isConditionImplied(R.Coefficients);
764 auto &CSToUse = Info.getCS(R.IsSigned);
827 auto &CSToUse = getCS(R.IsSigned);
905 auto &CSToUse = Info.getCS(R.IsSigned);
986 dumpWithNames(Info.getCS(E.IsSigned).getLastConstraint(),
1025 if (Info.getCS(CmpIns
[all...]

Completed in 127 milliseconds