6 references to EmitBinaryCondOperatorHelper
Microsoft.CodeAnalysis.VisualBasic (6)
CodeGen\EmitOperators.vb (6)
511EmitBinaryCondOperatorHelper(ILOpCode.Ceq, binOp.Left, binOp.Right, sense)
518EmitBinaryCondOperatorHelper(ILOpCode.Or, binOp.Left, binOp.Right, sense)
525EmitBinaryCondOperatorHelper(ILOpCode.And, binOp.Left, binOp.Right, sense)
534EmitBinaryCondOperatorHelper(ILOpCode.Xor, binOp.Left, binOp.Right, True)
536EmitBinaryCondOperatorHelper(ILOpCode.Ceq, binOp.Left, binOp.Right, True)
569EmitBinaryCondOperatorHelper(s_compOpCodes(opIdx), binOp.Left, binOp.Right, sense)