6 references to EmitBinaryCondOperatorHelper
Microsoft.CodeAnalysis.VisualBasic (6)
CodeGen\EmitOperators.vb (6)
494EmitBinaryCondOperatorHelper(ILOpCode.Ceq, binOp.Left, binOp.Right, sense) 501EmitBinaryCondOperatorHelper(ILOpCode.Or, binOp.Left, binOp.Right, sense) 508EmitBinaryCondOperatorHelper(ILOpCode.And, binOp.Left, binOp.Right, sense) 517EmitBinaryCondOperatorHelper(ILOpCode.Xor, binOp.Left, binOp.Right, True) 519EmitBinaryCondOperatorHelper(ILOpCode.Ceq, binOp.Left, binOp.Right, True) 552EmitBinaryCondOperatorHelper(s_compOpCodes(opIdx), binOp.Left, binOp.Right, sense)