Home | History | Annotate | Download | only in IR

Lines Matching refs:isCommutative

2003   if (!isCommutative())
3123 bool CmpInst::isCommutative() const {
3125 return IC->isCommutative();
3126 return cast<FCmpInst>(this)->isCommutative();