Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp208 struct ConstraintTy { struct
216 ConstraintTy() = default;
218 ConstraintTy(SmallVector<int64_t, 8> Coefficients, bool IsSigned, bool IsEq, in ConstraintTy() argument
266 ConstraintTy VarPos(SmallVector<int64_t, 8>(Value2Index.size() + 1, 0), in ConstraintInfo()
301 ConstraintTy getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1,
312 ConstraintTy getConstraintForSolving(CmpInst::Predicate Pred, Value *Op0,
671 ConstraintTy
752 ConstraintTy Res( in getConstraint()
807 ConstraintTy ConstraintInfo::getConstraintForSolving(CmpInst::Predicate Pred, in getConstraintForSolving()
817 return ConstraintTy(SmallVector<int64_t, 8>(Value2Index.size(), 0), false, in getConstraintForSolving()
[all …]