Home | History | Annotate | Download | only in VMCore

Lines Matching defs:isCommutative

1967   if (!isCommutative())
2878 bool CmpInst::isCommutative() const {
2880 return IC->isCommutative();
2881 return cast<FCmpInst>(this)->isCommutative();