Home | History | Annotate | Download | only in compiler

Lines Matching refs:IsDouble

191 bool InstructionSelector::IsDouble(const Node* node) const {
193 return sequence()->IsDouble(node->id());
212 DCHECK(!IsDouble(node));