Searched defs:IsInteger32Constant (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc458 bool HValue::IsInteger32Constant() { function in class:v8::internal::HValue
469 return IsInteger32Constant() && GetInteger32Constant() == value;
1595 if (right->IsInteger32Constant()) {
2042 if (bitwise->right()->IsInteger32Constant()) {
2045 } else if (bitwise->left()->IsInteger32Constant()) {
2065 if (add->right()->IsInteger32Constant()) {
2067 } else if (add->left()->IsInteger32Constant()) {
2072 if (sub->right()->IsInteger32Constant()) {
2230 operation->right()->IsInteger32Constant()) {
2233 operation->left()->IsInteger32Constant()) {
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1223 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
5116 IsInteger32Constant(LConstantOperand::cast(instr->value())));
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc443 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
3878 IsInteger32Constant(LConstantOperand::cast(instr->value())));
3939 if (IsInteger32Constant(operand_value)) {
4186 if (IsInteger32Constant(operand_value)) {

Completed in 110 milliseconds