Home | History | Annotate | Download | only in Mips

Lines Matching defs:IsDouble

670     bool IsDouble = Left->getType()->isDoubleTy();
671 if (!IsFloat && !IsDouble)