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

/external/bison/src/
H A Dreader.c302 char const *lhs_type = r->content.sym->type_name;
305 if (!UNIQSTR_EQ (lhs_type, rhs_type))
308 lhs_type, rhs_type);
299 char const *lhs_type = r->content.sym->type_name; local
/external/v8/src/compiler/
H A Dtyped-optimization.cc200 Type* const lhs_type = NodeProperties::GetType(lhs); local
203 if (lhs_type->Is(Type::Unsigned32()) && rhs_type->Is(Type::Unsigned32())) {
218 NodeProperties::SetType(node, lhs_type);
267 Type* const lhs_type = NodeProperties::GetType(lhs); local
269 if (!lhs_type->Maybe(rhs_type)) {
H A Dsimplified-lowering.cc1506 Type* const lhs_type = TypeOf(node->InputAt(0)); local
1509 if ((lhs_type->Is(Type::Unsigned32()) &&
1511 (lhs_type->Is(Type::Unsigned32OrMinusZeroOrNaN()) &&
1520 if ((lhs_type->Is(Type::Signed32()) &&
1522 (lhs_type->Is(Type::Signed32OrMinusZeroOrNaN()) &&
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc509 Register lhs_type = x13; local
513 __ Ldrb(lhs_type, FieldMemOperand(lhs_map, Map::kInstanceTypeOffset));
518 EmitStrictTwoHeapObjectCompare(masm, lhs, rhs, lhs_type, rhs_type, x14);
546 lhs_type, rhs_type,
553 __ JumpIfBothInstanceTypesAreNotSequentialOneByte(lhs_type, rhs_type, x14,
2130 Register lhs_type = x11; local
2133 __ Ldrb(lhs_type, FieldMemOperand(lhs_map, Map::kInstanceTypeOffset));
2137 __ Orr(x12, lhs_type, rhs_type);
2210 Register lhs_type = x11; local
2213 __ Ldrb(lhs_type, FieldMemOperan
[all...]

Completed in 248 milliseconds