Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ER

70     RValue ER;
71 ER.V1.setPointer(V);
72 ER.V1.setInt(Scalar);
73 ER.V2.setInt(false);
74 return ER;
77 RValue ER;
78 ER.V1.setPointer(V1);
79 ER.V2.setPointer(V2);
80 ER.V1.setInt(Complex);
81 ER.V2.setInt(false);
82 return ER;
91 RValue ER;
92 ER.V1.setPointer(V);
93 ER.V1.setInt(Aggregate);
94 ER.V2.setInt(Volatile);
95 return ER;