Searched defs:IsDouble (Results 1 – 4 of 4) sorted by relevance
140 bool IsDouble(const InstructionOperand* operand) const { in IsDouble() function144 bool IsDouble(const Node* node) const { return IsDouble(ToVreg(node)); } in IsDouble() function204 bool IsDouble(int virtual_register) const { in IsDouble() function
180 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function
656 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
4891 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local