reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
295 if (isUndefined() || Other.isUndefined()) 298 if (isConstant() && Other.isConstant()) 299 return ConstantExpr::getCompare(Pred, getConstant(), Other.getConstant()); 303 if (!isConstantRange() || !Other.isConstantRange()) 307 const auto &OtherCR = Other.getConstantRange();