Searched refs:ConstraintTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 223 struct ConstraintTy { struct 231 ConstraintTy() = default; 233 ConstraintTy(SmallVector<int64_t, 8> Coefficients, bool IsSigned, bool IsEq, in ConstraintTy() function 281 ConstraintTy VarPos(SmallVector<int64_t, 8>(Value2Index.size() + 1, 0), in ConstraintInfo() 316 ConstraintTy getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, 326 ConstraintTy getConstraintForSolving(CmpInst::Predicate Pred, Value *Op0, 617 ConstraintTy 694 ConstraintTy Res( in getConstraint() 749 ConstraintTy ConstraintInfo::getConstraintForSolving(CmpInst::Predicate Pred, in getConstraintForSolving() 759 return ConstraintTy(SmallVector<int64_t, 8>(Value2Index.size(), 0), false, in getConstraintForSolving() [all …]
|