Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Operand

2501   // representing operand values.
3260 /// Emit the operand of a glvalue conditional operator. This is either a glvalue
3264 const Expr *Operand) {
3265 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) {
3270 return CGF.EmitLValue(Operand);
3582 // The result shall only be used as the operand for the function call