Searched defs:xType (Results 1 – 4 of 4) sorted by relevance
323 auto xType = acc_.GetMachineType(x); in Equal() local344 auto xType = acc_.GetMachineType(x); in NotEqual() local
524 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateTyp… in TypedBinaryOp()583 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, GateType xType, GateType gateType) in TypedUnaryOp()597 GateRef CircuitBuilder::TypedConditionJump(GateRef x, GateType xType, uint32_t weight) in TypedConditionJump()
187 JSType xType = left.GetTaggedObject()->GetClass()->GetObjectType(); in EqualWithIC() local
241 JSType xType = x.GetTaggedValue().GetTaggedObject()->GetClass()->GetObjectType(); in Equal() local