Searched defs:IsDouble (Results 1 – 5 of 5) sorted by relevance
125 bool IsDouble(const InstructionOperand* operand) const { in IsDouble() function128 bool IsDouble(int virtual_register) const { in IsDouble() function
375 bool InstructionSequence::IsDouble(int virtual_register) const { in IsDouble() function in v8::internal::compiler::InstructionSequence
191 bool InstructionSelector::IsDouble(const Node* node) const { in IsDouble() function in v8::internal::compiler::InstructionSelector
153 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function
4555 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local