Home
last modified time | relevance | path

Searched defs:IsDouble (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h140 bool IsDouble(const InstructionOperand* operand) const { in IsDouble() function
144 bool IsDouble(const Node* node) const { return IsDouble(ToVreg(node)); } in IsDouble() function
204 bool IsDouble(int virtual_register) const { in IsDouble() function
/external/v8/src/
Dproperty-details.h180 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp656 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4891 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local