Searched refs:emitBinaryOperatorLValue (Results 1 – 3 of 3) sorted by relevance
702 return emitBinaryOperatorLValue(cast<BinaryOperator>(e)); in emitLValue()
781 LValue emitBinaryOperatorLValue(const BinaryOperator *e);
1071 LValue CIRGenFunction::emitBinaryOperatorLValue(const BinaryOperator *e) { in emitBinaryOperatorLValue() function in CIRGenFunction