Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp307 bool doesHold(CmpInst::Predicate Pred, Value *A, Value *B) const;
781 return Info.doesHold(C.Pred, C.Op0, C.Op1); in isValid()
829 bool ConstraintInfo::doesHold(CmpInst::Predicate Pred, Value *A, in doesHold() function in ConstraintInfo
840 return doesHold(CmpInst::ICMP_SGE, V, ConstantInt::get(V->getType(), 0)) || in transferToOtherSystem()
878 if (doesHold(CmpInst::ICMP_SGE, B, ConstantInt::get(B->getType(), -1))) in transferToOtherSystem()
1839 !Info.doesHold(CB.DoesHold.Pred, CB.DoesHold.Op0, CB.DoesHold.Op1)) { in eliminateConstraints()