Searched refs:jfloat_value (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.cpp148 Value* SharkValue::jfloat_value() const { function in class:SharkValue
172 Value* SharkNormalValue::jfloat_value() const { function in class:SharkNormalValue
H A DsharkBlock.cpp543 builder()->CreateFAdd(a->jfloat_value(), b->jfloat_value())));
549 builder()->CreateFSub(a->jfloat_value(), b->jfloat_value())));
555 builder()->CreateFMul(a->jfloat_value(), b->jfloat_value())));
561 builder()->CreateFDiv(a->jfloat_value(), b->jfloat_value())));
567 builder()->CreateFRem(a->jfloat_value(), b->jfloat_value())));
[all...]
H A DsharkValue.hpp98 virtual llvm::Value* jfloat_value() const;
216 llvm::Value* jfloat_value() const;
H A DsharkTopLevelBlock.cpp896 value = svalue->jfloat_value();

Completed in 38 milliseconds