Home | History | Annotate | Download | only in IR

Lines Matching defs:isCommutative

1991   if (!isCommutative())
3009 bool CmpInst::isCommutative() const {
3011 return IC->isCommutative();
3012 return cast<FCmpInst>(this)->isCommutative();