Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dinstruction-selector-unittest.h125 bool IsDouble(const InstructionOperand* operand) const { in IsDouble() function
128 bool IsDouble(int virtual_register) const { in IsDouble() function
Dinstruction.cc375 bool InstructionSequence::IsDouble(int virtual_register) const { in IsDouble() function in v8::internal::compiler::InstructionSequence
Dinstruction-selector.cc191 bool InstructionSelector::IsDouble(const Node* node) const { in IsDouble() function in v8::internal::compiler::InstructionSelector
/external/chromium_org/v8/src/
Dproperty-details.h153 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4555 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local