Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Rhs

124       const Expr *Rhs = ALE->getElement(i);
127 Context.getTypeAlignInChars(Rhs->getType()),
130 llvm::Value *value = EmitScalarExpr(Rhs);
1231 // Objective-C pointer types, we can always bit cast the RHS in these cases.
2769 // Evaluate the RHS first.
2785 // If the RHS was emitted retained, expand this.