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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp175 ConstraintTy getConstraintForSolving(CmpInst::Predicate Pred, Value *Op0,
514 ConstraintTy ConstraintInfo::getConstraintForSolving(CmpInst::Predicate Pred, function in class:ConstraintInfo
541 auto R = getConstraintForSolving(Pred, A, B);
758 auto R = Info.getConstraintForSolving(Pred, A, B);
901 auto R = Info.getConstraintForSolving(Pred, A, B);

Completed in 175 milliseconds