Searched defs:rhsType (Results 1 – 5 of 5) sorted by relevance
173 auto *rhsType = constituentType; in GenInstanceofExpr() local
773 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectDassign() local815 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectIassign() local890 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local930 PrimType rhsType = expr.GetPrimType(); in SelectRegread() local
789 auto const *rhsType = node->AsBinaryExpression()->Right()->TsType()->AsETSObjectType(); in EmitIsInstance() local
1487 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local1672 MIRType *rhsType = rhsSymbol->GetType(); in SelectAggDassign() local1806 MIRType *rhsType = static_cast<MIRStructType *>( in SelectAggDassign() local2431 MIRType *rhsType = rhsSymbol->GetType(); in SelectAggIassign() local2633 MIRType *rhsType = static_cast<MIRStructType *>( in SelectAggIassign() local
2569 DassignoffNode(const StIdx &lhsStIdx, int32 dOffset, PrimType rhsType, BaseNode *rhsNode) in DassignoffNode()