static false(context: CodeGenerationContext, boolType: ts.Type) {
        return new Primitive(llvm.ConstantInt.getFalse(context.llvmContext), boolType);
    }